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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.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/basic_bisect_script.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json
index 7b045c8deb39081f0b28bf92de665c45dd438356..4bb5c4c5ecea7524eb533939c3b4237262074b64 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.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",
@@ -509,7 +509,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",
@@ -567,6 +567,40 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[auto_bisect]/resources/significantly_different.py",
+ "[19, 20, 21]",
+ "[14, 15, 16]",
+ "0.05"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Checking sample difference",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
+ "@@@STEP_LOG_END@json.output (invalid)@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[auto_bisect]/resources/significantly_different.py",
+ "[14, 15, 16]",
+ "[14, 15, 16]",
+ "0.05"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Checking sample difference (2)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
+ "@@@STEP_LOG_END@json.output (invalid)@@@"
+ ]
+ },
+ {
+ "cmd": [
"git",
"show",
"--name-only",

Powered by Google App Engine
This is Rietveld 408576698