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

Unified Diff: tools/auto_bisect/configs/winx64.perf_test.kraken.cfg

Issue 961193002: Make perf try jobs for win x64 build x64 binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: tools/auto_bisect/configs/winx64.perf_test.kraken.cfg
diff --git a/tools/auto_bisect/configs/win.perf_test.kraken.cfg b/tools/auto_bisect/configs/winx64.perf_test.kraken.cfg
similarity index 91%
copy from tools/auto_bisect/configs/win.perf_test.kraken.cfg
copy to tools/auto_bisect/configs/winx64.perf_test.kraken.cfg
index b17244b9ba9cbe5606a7c885ddcb3ee3f9b66813..17196f7ea19e3bcdbbaa4258a07c59dc4da6f99e 100644
--- a/tools/auto_bisect/configs/win.perf_test.kraken.cfg
+++ b/tools/auto_bisect/configs/winx64.perf_test.kraken.cfg
@@ -4,6 +4,7 @@ config = {
"command": "python tools/perf/run_benchmark -v --browser=release kraken",
"max_time_minutes": "10",
"repeat_count": "1",
+ "target_arch": "x64",
"truncate_percent": "0"
}

Powered by Google App Engine
This is Rietveld 408576698