You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
389 B
15 lines
389 B
AUTHOR = 'Ricky Benitez (rickyb@google.com)'
|
|
NAME = 'ddtest'
|
|
DOC = '''
|
|
Spawn multiple threads to write sequentially to the same disk and time
|
|
the entire operation. Intended to detect basic performance regressions
|
|
in disk writes.
|
|
'''
|
|
ATTRIBUTES = "suite:kernel_daily_benchmarks"
|
|
TIME = 'SHORT'
|
|
TEST_CLASS = 'kernel'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_TYPE = 'client'
|
|
|
|
job.run_test('ddtest')
|