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

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: Respond to Annie's comments and modify sample configs. 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..17c6c2c0129d1bfe2d1df768c50d0b807ee21dde
--- /dev/null
+++ b/tools/auto_bisect/configs/linux.perf_test.tab_switching.cfg
@@ -0,0 +1,11 @@
+# This config just runs the tab-switching command once.
+# 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": "30",
+ "repeat_count": "1",
+ "truncate_percent": "0"
+}
+
+# Workaround git try issue, see crbug.com/257689

Powered by Google App Engine
This is Rietveld 408576698