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

Side by Side Diff: client/tests/kvm/autotest_control/iozone.control

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months 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
OLDNEW
(Empty)
1 AUTHOR = "Ying Tao <yingtao@cn.ibm.com>"
2 TIME = "MEDIUM"
3 NAME = "IOzone"
4 TEST_TYPE = "client"
5 TEST_CLASS = "Kernel"
6 TEST_CATEGORY = "Benchmark"
7
8 DOC = """
9 Iozone is useful for performing a broad filesystem analysis of a vendors
10 computer platform. The benchmark tests file I/O performance for the following
11 operations:
12 Read, write, re-read, re-write, read backwards, read strided, fread,
13 fwrite, random read, pread ,mmap, aio_read, aio_write
14
15 For more information see http://www.iozone.org
16 """
17
18 job.run_test('iozone')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698