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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json

Issue 1610203003: Iteratively increase sample size for good/bad classification. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixing multiple problems Created 4 years, 11 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: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json
index d077b5f1cfb5ca0e454c01cef556b83680caa0f4..c5247f9f5079682f8179b995ec266f70512f4c6b 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json
@@ -287,7 +287,7 @@
"command": "src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases",
"max_time_minutes": "5",
"metric": "mean_input_event_latency/mean_input_event_latency",
- "repeat_count": "2",
+ "repeat_count": 3,
"test_type": "perf"
},
"job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
@@ -324,7 +324,7 @@
"command": "src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases",
"max_time_minutes": "5",
"metric": "mean_input_event_latency/mean_input_event_latency",
- "repeat_count": "2",
+ "repeat_count": 3,
"test_type": "perf"
},
"job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
@@ -502,7 +502,7 @@
"command": "src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases",
"max_time_minutes": "5",
"metric": "mean_input_event_latency/mean_input_event_latency",
- "repeat_count": "2",
+ "repeat_count": 3,
"test_type": "perf"
},
"job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",

Powered by Google App Engine
This is Rietveld 408576698