Home | History | Annotate | Download | only in tiobench
      1 NAME = 'Threaded IO Bench'
      2 AUTHOR = 'walkinair (a] cn.ibm.com'
      3 TIME = 'MEDIUM'
      4 TEST_CLASS = 'IO'
      5 TEST_CATEGORY = 'Benchmark'
      6 TEST_TYPE = 'client'
      7 
      8 DOC = """
      9 Performs threaded I/O benchmarks.
     10 """
     11 
     12 job.run_test('tiobench',
     13              args='--block=4096 --block=8192 --threads=10 --size=1024',
     14              iterations=2,
     15              dir='/mnt')
     16