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