blob: 43b11a016a768e34089d57988dcaaff1e47fbcff [file] [log] [blame]
Paul Taysom119f0d42011-03-16 09:37:55 -07001AUTHOR = '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'''
Shuqian Zhaoaa7ec8c2015-05-06 11:11:58 -07008ATTRIBUTES = "suite:kernel_daily_benchmarks"
Paul Taysom119f0d42011-03-16 09:37:55 -07009TIME = 'SHORT'
10TEST_CLASS = 'kernel'
11TEST_CATEGORY = 'Functional'
12TEST_TYPE = 'client'
13
14job.run_test('ddtest')