Commit 826c7047 authored by rnephew's avatar rnephew Committed by Commit Bot

Telemetry] Re-enable disabled tab_switching benchmark.

Bug: 713222
Change-Id: I32f5bc2ca5d9b7669444b62f57299e13b75a9377
Reviewed-on: https://chromium-review.googlesource.com/561970Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: rnephew <rnephew@chromium.org>
Cr-Commit-Position: refs/heads/master@{#484959}
parent eb98fc5f
......@@ -3808,6 +3808,65 @@
"io_timeout": 3600
}
},
{
"args": [
"tab_switching.typical_25",
"-v",
"--upload-results",
"--output-format=chartjson",
"--browser=android-chromium"
],
"isolate_name": "telemetry_perf_tests",
"name": "tab_switching.typical_25",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"android_devices": "1",
"id": "build249-m4--device1",
"os": "Android",
"pool": "Chrome-perf-fyi"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": false,
"io_timeout": 3600
}
},
{
"args": [
"tab_switching.typical_25",
"-v",
"--upload-results",
"--output-format=chartjson",
"--browser=reference",
"--output-trace-tag=_ref"
],
"isolate_name": "telemetry_perf_tests",
"name": "tab_switching.typical_25.reference",
"override_compile_targets": [
"telemetry_perf_tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"android_devices": "1",
"id": "build249-m4--device1",
"os": "Android",
"pool": "Chrome-perf-fyi"
}
],
"expiration": 36000,
"hard_timeout": 10800,
"ignore_task_failure": true,
"io_timeout": 3600
}
},
{
"args": [
"thread_times.key_hit_test_cases",
......
This diff is collapsed.
......@@ -15,8 +15,6 @@ from telemetry import story
@benchmark.Owner(emails=['vovoy@chromium.org'],
component='OS>Performance')
@benchmark.Enabled('has tabs')
@benchmark.Disabled('mac') # http://crbug.com/612774
@benchmark.Disabled('android') # http://crbug.com/460084
class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
"""This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
......
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