Index: tools/auto_bisect/configs/win.bisect.dromaeo.cfg |
diff --git a/tools/auto_bisect/configs/win.bisect.dromaeo.cfg b/tools/auto_bisect/configs/win.bisect.dromaeo.cfg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8cab7125667827753fb54d0118c5d744b3bec56e |
--- /dev/null |
+++ b/tools/auto_bisect/configs/win.bisect.dromaeo.cfg |
@@ -0,0 +1,14 @@ |
+# Config based on http://crbug.com/444762. |
+ |
+config = { |
+ 'command': 'python tools/perf/run_benchmark -v --browser=release dromaeo.domcorequery', |
+ 'good_revision': '309431', |
+ 'bad_revision': '309442', |
+ 'metric': 'dom/dom', |
+ 'repeat_count': '5', |
+ 'max_time_minutes': '5', |
+ 'truncate_percent': '20', |
+ 'builder_type': 'perf', |
+} |
+ |
+ # Workaround git try issue, see crbug.com/257689 |