Home | History | Annotate | Download | only in ddtest
      1 AUTHOR = 'Ricky Benitez (rickyb (a] 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 ATTRIBUTES = "suite:kernel_daily_benchmarks"
      9 SUITE = "kernel_daily_benchmarks"
     10 TIME = 'SHORT'
     11 TEST_CLASS = 'kernel'
     12 TEST_CATEGORY = 'Functional'
     13 TEST_TYPE = 'client'
     14 
     15 job.run_test('ddtest')
     16