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

Unified Diff: tools/auto_bisect/configs/linux.perf_test.tab_switching.cfg

Issue 652543005: Add bisect-config-trying script and a few example configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/linux.perf_test.tab_switching.cfg
diff --git a/tools/auto_bisect/configs/linux.perf_test.tab_switching.cfg b/tools/auto_bisect/configs/linux.perf_test.tab_switching.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..f7f639881ab9aab2413f8f8fb8259ff71b3b9d6a
--- /dev/null
+++ b/tools/auto_bisect/configs/linux.perf_test.tab_switching.cfg
@@ -0,0 +1,11 @@
+# This config was used for the following try job:
+# http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/689
+
+config = {
+ "command": "./tools/perf/run_benchmark -v tab_switching.typical_25 --browser=release",
+ "max_time_minutes": "120",
+ "repeat_count": "1",
+ "truncate_percent": "0"
+}
+
+# Workaround git try issue, see crbug.com/257689

Powered by Google App Engine
This is Rietveld 408576698