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

Unified Diff: server/site_tests/platform_BootPerfServer/control

Issue 3284002: By default, run 10 iterations of platform_BootPerfServer (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/platform_BootPerfServer/control
diff --git a/server/site_tests/platform_BootPerfServer/control b/server/site_tests/platform_BootPerfServer/control
index 4638ac92d9e99cc963467c316542f6b80f881ae8..ef9e1f6edc009fe0d241894efce1ecb272339e4a 100644
--- a/server/site_tests/platform_BootPerfServer/control
+++ b/server/site_tests/platform_BootPerfServer/control
@@ -16,6 +16,6 @@ to collect boot performance metrics.
def run_bootperf(machine):
host = hosts.create_host(machine)
- job.run_test("platform_BootPerfServer", host=host)
+ job.run_test("platform_BootPerfServer", host=host, iterations=10)
parallel_simple(run_bootperf, machines)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698