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

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

Issue 1702013004: Revert of Iteratively increase sample size for good/bad classification. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 10 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/windows_x64_bisector.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json
index b79bc67fce63f2276184c99aad73d4078f63ff94..fe006236c0bf8a98305fb9446f1a6f9ea144c8a1 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json
@@ -287,8 +287,9 @@
"properties": {
"bisect_config": {
"command": "src/tools/perf/run_benchmark -v --browser=release_x64 smoothness.tough_scrolling_cases",
+ "max_time_minutes": "5",
"metric": "mean_input_event_latency/mean_input_event_latency",
- "repeat_count": 5,
+ "repeat_count": "2",
"test_type": "perf"
},
"job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
@@ -323,8 +324,9 @@
"properties": {
"bisect_config": {
"command": "src/tools/perf/run_benchmark -v --browser=release_x64 smoothness.tough_scrolling_cases",
+ "max_time_minutes": "5",
"metric": "mean_input_event_latency/mean_input_event_latency",
- "repeat_count": 5,
+ "repeat_count": "2",
"test_type": "perf"
},
"job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
@@ -507,8 +509,9 @@
"properties": {
"bisect_config": {
"command": "src/tools/perf/run_benchmark -v --browser=release_x64 smoothness.tough_scrolling_cases",
+ "max_time_minutes": "5",
"metric": "mean_input_event_latency/mean_input_event_latency",
- "repeat_count": 5,
+ "repeat_count": "2",
"test_type": "perf"
},
"job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",
@@ -563,40 +566,6 @@
"cwd": "[SLAVE_BUILD]",
"name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb1240b0988",
"stdout": "/path/to/tmp/"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
- "[19, 20, 21, 22, 23]",
- "[12, 13, 14, 15, 16]",
- "0.01"
- ],
- "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[build::auto_bisect]/resources/significantly_different.py",
- "[12, 13, 14, 15, 16]",
- "[12, 13, 14, 15, 16]",
- "0.01"
- ],
- "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": [

Powered by Google App Engine
This is Rietveld 408576698