1AUTHOR = 'Ricky Benitez (rickyb@google.com)' 2NAME = 'ddtest' 3DOC = ''' 4Spawn multiple threads to write sequentially to the same disk and time 5the entire operation. Intended to detect basic performance regressions 6in disk writes. 7''' 8ATTRIBUTES = "suite:kernel_daily_benchmarks" 9SUITE = "kernel_daily_benchmarks" 10TIME = 'SHORT' 11TEST_CLASS = 'kernel' 12TEST_CATEGORY = 'Functional' 13TEST_TYPE = 'client' 14 15job.run_test('ddtest') 16