blob: e430ba9e34bd6a7f39a30cec80f0d0b68bd4827b [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'''
Mike Truty4e49d772012-05-16 17:04:12 -07008SUITE = "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')