Commit 94bbe3a7 authored by nuwanda's avatar nuwanda Committed by Commit Bot

[tools/perf]: Add rendering benchmark with TBMv3 UMA to FYI bots

Change-Id: I199e2094d287748774cdf1f9930e2720ca3a3aa9
Bug: 1119834
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390201Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarDeep Roy <dproy@chromium.org>
Reviewed-by: default avatarMikhail Khokhlov <khokhlov@google.com>
Commit-Queue: Julia Semavina <nuwanda@google.com>
Cr-Commit-Position: refs/heads/master@{#810856}
parent 71596b87
......@@ -338,7 +338,7 @@ _WIN_10_LOW_END_BENCHMARK_CONFIGS = PerfSuite(
])
_WIN_10_LOW_END_HP_CANDIDATE_BENCHMARK_CONFIGS = PerfSuite([
_GetBenchmarkConfig('v8.browsing_desktop'),
_GetBenchmarkConfig('system_health.common_desktop')
_GetBenchmarkConfig('rendering.desktop'),
])
_WIN_7_BENCHMARK_CONFIGS = PerfSuite([
'loading.desktop',
......@@ -402,12 +402,15 @@ _ANDROID_PIXEL2_FYI_BENCHMARK_CONFIGS = PerfSuite([
_GetBenchmarkConfig('system_health.common_mobile'),
_GetBenchmarkConfig('startup.mobile'),
_GetBenchmarkConfig('speedometer2'),
_GetBenchmarkConfig('rendering.mobile'),
_GetBenchmarkConfig('octane'),
_GetBenchmarkConfig('jetstream')])
_GetBenchmarkConfig('jetstream')
])
_CHROMEOS_KEVIN_FYI_BENCHMARK_CONFIGS = PerfSuite([
_GetBenchmarkConfig('rendering.desktop')])
_LINUX_PERF_FYI_BENCHMARK_CONFIGS = PerfSuite([
_GetBenchmarkConfig('power.desktop'),
_GetBenchmarkConfig('rendering.desktop'),
_GetBenchmarkConfig('system_health.common_desktop')
])
......
......@@ -48,6 +48,9 @@
},
"v8.browsing_mobile": {
"abridged": false
},
"rendering.mobile": {
"abridged": true
}
}
},
......@@ -62,4 +65,4 @@
"shard #2": 6924.0,
"shard #3": 6598.0
}
}
\ No newline at end of file
}
......@@ -6,6 +6,9 @@
},
"system_health.common_desktop": {
"abridged": false
},
"rendering.desktop": {
"abridged": true
}
}
},
......
......@@ -4,8 +4,8 @@
"v8.browsing_desktop": {
"abridged": false
},
"system_health.common_desktop": {
"abridged": false
"rendering.desktop": {
"abridged": true
}
}
},
......
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