blob: 8f0c797b1e1611ed2d10d6342459a0b7e34ec59d [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 Trutyea8e44d2012-04-24 12:15:25 -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')