Commit e44b9807 authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

//tools/perf: Upload more benchmarks to the flakiness dashboard

Bug: 717394
Change-Id: I4f3851f290d996746f209760f00ea8668e6091c8
Reviewed-on: https://chromium-review.googlesource.com/639577Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarSean McCullough <seanmccullough@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#501508}
parent 542dd2a4
...@@ -2292,7 +2292,7 @@ ...@@ -2292,7 +2292,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -3470,7 +3470,7 @@ ...@@ -3470,7 +3470,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -3532,7 +3532,7 @@ ...@@ -3532,7 +3532,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -4297,7 +4297,7 @@ ...@@ -4297,7 +4297,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -4451,7 +4451,7 @@ ...@@ -4451,7 +4451,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -6685,7 +6685,7 @@ ...@@ -6685,7 +6685,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -7863,7 +7863,7 @@ ...@@ -7863,7 +7863,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -7925,7 +7925,7 @@ ...@@ -7925,7 +7925,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -8669,7 +8669,7 @@ ...@@ -8669,7 +8669,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
...@@ -8823,7 +8823,7 @@ ...@@ -8823,7 +8823,7 @@
"hard_timeout": 10800, "hard_timeout": 10800,
"ignore_task_failure": false, "ignore_task_failure": false,
"io_timeout": 600, "io_timeout": 600,
"upload_test_results": false "upload_test_results": true
} }
}, },
{ {
......
This diff is collapsed.
...@@ -606,10 +606,22 @@ def generate_isolate_script_entry(swarming_dimensions, test_args, ...@@ -606,10 +606,22 @@ def generate_isolate_script_entry(swarming_dimensions, test_args,
return result return result
BENCHMARKS_TO_UPLOAD_TO_FLAKINESS_DASHBOARD = ['system_health.common_desktop', # Manually curated for now. System health is in here because it's an important
'system_health.common_mobile', # benchmark. Others are semi randomly chosen; they've failed on the waterfall
'system_health.memory_desktop', # recently, so should be useful to upload.
'system_health.memory_mobile'] BENCHMARKS_TO_UPLOAD_TO_FLAKINESS_DASHBOARD = [
'service_worker.service_worker',
'smoothness.tough_texture_upload_cases',
'smoothness.tough_webgl_ad_cases',
'system_health.common_desktop',
'system_health.common_mobile',
'system_health.memory_desktop',
'system_health.memory_mobile',
'v8.browsing_mobile',
'v8.browsing_desktop',
'v8.runtimestats.browsing_mobile',
'v8.runtimestats.browsing_desktop',
]
BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [] BENCHMARKS_TO_OUTPUT_HISTOGRAMS = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment