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

Unified Diff: tools/run-perf-test.cfg

Issue 1063513002: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-perf-test.cfg
diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
index b10026b3e537fd4a2704df3c14d4a6670b86345c..4329b7e8493d5efc8d2c70f574f2716f9fea8b48 100644
--- a/tools/run-perf-test.cfg
+++ b/tools/run-perf-test.cfg
@@ -1,7 +1,7 @@
config = {
- "command": "python tools/perf/run_benchmark --browser=release memory.top_7_stress_slimming_paint",
- "max_time_minutes": "120",
- "repeat_count": "1",
- "target_arch": "ia32",
- "truncate_percent": "0"
+ "command": "./tools/perf/run_benchmark --browser=android-chrome-shell power.typical_10_mobile --also-run-disabled-tests",
+ "max_time_minutes": "120",
+ "repeat_count": "1",
+ "target_arch": "ia32",
+ "truncate_percent": "0"
}
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/power_monitor/android_dumpsys_power_monitor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698