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" 9TIME = 'SHORT' 10TEST_CLASS = 'kernel' 11TEST_CATEGORY = 'Functional' 12TEST_TYPE = 'client' 13 14job.run_test('ddtest') 15