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

Side by Side Diff: client/tests/unixbench5/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 NAME = 'Unix Bench 5'
2 AUTHOR = 'adrianbg@google.com'
3 TIME = 'MEDIUM'
4 PURPOSE = 'Measure system level performance.'
5 CRITERIA = 'This test is a benchmark.'
6 TEST_CLASS = 'Kernel'
7 TEST_CATEGORY = 'Benchmark'
8 TEST_TYPE = 'client'
9 DOC = """
10 This test measure system wide performance by running the following tests:
11 - Dhrystone - focuses on string handling.
12 - Whetstone - measure floating point operations.
13 - Execl Throughput - measure the number of execl calls per second.
14 - File Copy
15 - Pipe throughput
16 - Pipe-based context switching
17 - Process creation - number of times a process can fork and reap
18 - Shell Scripts - number of times a process can start and reap a script
19 - System Call Overhead - estimates the cost of entering and leaving the
20 kernel.
21
22 For more information visit:
23 http://code.google.com/p/byte-unixbench/
24 """
25
26 job.run_test('unixbench5')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698