Index: tools/auto_bisect/configs/android.perf_test.sunspider.cfg |
diff --git a/tools/auto_bisect/configs/android.perf_test.sunspider.cfg b/tools/auto_bisect/configs/android.perf_test.sunspider.cfg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..16c0ecef54cf2af38d51e71ed2bdcbfa6b57ea3c |
--- /dev/null |
+++ b/tools/auto_bisect/configs/android.perf_test.sunspider.cfg |
@@ -0,0 +1,11 @@ |
+# This config just runs the sunspider command once. |
+# http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/689 |
+ |
+config = { |
+ 'command': 'tools/perf/run_benchmark -v --browser=android-chrome-shell sunspider', |
+ "max_time_minutes": "10", |
+ "repeat_count": "1", |
+ "truncate_percent": "0" |
+} |
+ |
+# Workaround git try issue, see crbug.com/257689 |