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 | ''' |
Shuqian Zhao | aa7ec8c | 2015-05-06 11:11:58 -0700 | [diff] [blame] | 8 | ATTRIBUTES = "suite:kernel_daily_benchmarks" |
Paul Taysom | 119f0d4 | 2011-03-16 09:37:55 -0700 | [diff] [blame] | 9 | TIME = 'SHORT' |
| 10 | TEST_CLASS = 'kernel' |
| 11 | TEST_CATEGORY = 'Functional' |
| 12 | TEST_TYPE = 'client' |
| 13 | |
| 14 | job.run_test('ddtest') |