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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: client/tests/unixbench5/control
diff --git a/client/tests/unixbench5/control b/client/tests/unixbench5/control
new file mode 100644
index 0000000000000000000000000000000000000000..862a52160954cf074a1a052afa91e3b0157c2a08
--- /dev/null
+++ b/client/tests/unixbench5/control
@@ -0,0 +1,26 @@
+NAME = 'Unix Bench 5'
+AUTHOR = 'adrianbg@google.com'
+TIME = 'MEDIUM'
+PURPOSE = 'Measure system level performance.'
+CRITERIA = 'This test is a benchmark.'
+TEST_CLASS = 'Kernel'
+TEST_CATEGORY = 'Benchmark'
+TEST_TYPE = 'client'
+DOC = """
+This test measure system wide performance by running the following tests:
+ - Dhrystone - focuses on string handling.
+ - Whetstone - measure floating point operations.
+ - Execl Throughput - measure the number of execl calls per second.
+ - File Copy
+ - Pipe throughput
+ - Pipe-based context switching
+ - Process creation - number of times a process can fork and reap
+ - Shell Scripts - number of times a process can start and reap a script
+ - System Call Overhead - estimates the cost of entering and leaving the
+ kernel.
+
+For more information visit:
+http://code.google.com/p/byte-unixbench/
+"""
+
+job.run_test('unixbench5')

Powered by Google App Engine
This is Rietveld 408576698