blob: dd40a26dd37ac2c27a255a84bc1905a50e34b96f [file] [log] [blame]
mbligh74d51af2008-07-09 01:56:10 +00001NAME = 'Threaded IO Bench'
2AUTHOR = 'walkinair@cn.ibm.com'
3TIME = 'MEDIUM'
4TEST_CLASS = 'IO'
5TEST_CATEGORY = 'Benchmark'
6TEST_TYPE = 'client'
mbligh74d51af2008-07-09 01:56:10 +00007
8DOC = """
9Performs threaded I/O benchmarks.
10"""
11
Eric Lie0493a42010-11-15 13:05:43 -080012job.run_test('tiobench',
13 args='--block=4096 --block=8192 --threads=10 --size=1024',
14 iterations=2,
15 dir='/mnt')