Paul Taysom | 119f0d4 | 2011-03-16 09:37:55 -0700 | [diff] [blame^] | 1 | AUTHOR = 'Ricky Benitez (rickyb@google.com)' |
2 | NAME = 'ddtest' | ||||
3 | DOC = ''' | ||||
4 | Spawn multiple threads to write sequentially to the same disk and time | ||||
5 | the entire operation. Intended to detect basic performance regressions | ||||
6 | in disk writes. | ||||
7 | ''' | ||||
8 | TIME = 'SHORT' | ||||
9 | TEST_CLASS = 'kernel' | ||||
10 | TEST_CATEGORY = 'Functional' | ||||
11 | TEST_TYPE = 'client' | ||||
12 | |||||
13 | job.run_test('ddtest') |