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

Unified Diff: client/tests/ddtest/control

Issue 6657034: Added ddtest benchmark. BUG=12445 TEST=ran control.kernel_fs_performance on cr48 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Added ddtest Created 9 years, 9 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
« no previous file with comments | « no previous file | client/tests/ddtest/ddtest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/ddtest/control
diff --git a/client/tests/ddtest/control b/client/tests/ddtest/control
new file mode 100644
index 0000000000000000000000000000000000000000..1b6bedcfa9e7ad08d44dea655008e78ef5a998b4
--- /dev/null
+++ b/client/tests/ddtest/control
@@ -0,0 +1,13 @@
+AUTHOR = 'Ricky Benitez (rickyb@google.com)'
+NAME = 'ddtest'
+DOC = '''
+Spawn multiple threads to write sequentially to the same disk and time
+the entire operation. Intended to detect basic performance regressions
+in disk writes.
+'''
+TIME = 'SHORT'
+TEST_CLASS = 'kernel'
+TEST_CATEGORY = 'Functional'
+TEST_TYPE = 'client'
+
+job.run_test('ddtest')
« no previous file with comments | « no previous file | client/tests/ddtest/ddtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698