Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: client/tests/tiobench/control

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/tests/kvm/unattended/win7-64-autounattend.xml ('k') | client/tests/tiobench/tiobench.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 NAME = 'Threaded IO Bench' 1 NAME = 'Threaded IO Bench'
2 AUTHOR = 'walkinair@cn.ibm.com' 2 AUTHOR = 'walkinair@cn.ibm.com'
3 TIME = 'MEDIUM' 3 TIME = 'MEDIUM'
4 TEST_CLASS = 'IO' 4 TEST_CLASS = 'IO'
5 TEST_CATEGORY = 'Benchmark' 5 TEST_CATEGORY = 'Benchmark'
6 TEST_TYPE = 'client' 6 TEST_TYPE = 'client'
7 7
8 DOC = """ 8 DOC = """
9 Performs threaded I/O benchmarks. 9 Performs threaded I/O benchmarks.
10 """ 10 """
11 11
12 job.run_test('tiobench', dir='/mnt') 12 job.run_test('tiobench',
13 args='--block=4096 --block=8192 --threads=10 --size=1024',
14 iterations=2,
15 dir='/mnt')
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win7-64-autounattend.xml ('k') | client/tests/tiobench/tiobench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698