Commit 8be85143 authored by Deepanjan Roy's avatar Deepanjan Roy Committed by Commit Bot

tools/perf: Add system_health.common benchmark with TBMv3 to FYI bots

Before we turn on TBMv3 metrics on all bots, we'd like to run it
on the FYI bots to make sure it's stable.

Ignore-CQ-Freeze: This CL doesn't impact CQ.
Bug: 1012687
Change-Id: Idf5f46f49d7719dc60f3e0b87022b864ab25dfbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317832
Commit-Queue: Deep Roy <dproy@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792453}
parent 32b5eff9
...@@ -105,7 +105,9 @@ ...@@ -105,7 +105,9 @@
"--upload-results", "--upload-results",
"--test-shard-map-filename=android-pixel2-perf-fyi_map.json", "--test-shard-map-filename=android-pixel2-perf-fyi_map.json",
"--browser-executable=../../out/Release/bin/monochrome_64_32_bundle", "--browser-executable=../../out/Release/bin/monochrome_64_32_bundle",
"--device=android" "--device=android",
"--output-format=histograms",
"--experimental-tbmv3-metrics"
], ],
"isolate_name": "performance_test_suite", "isolate_name": "performance_test_suite",
"merge": { "merge": {
...@@ -269,7 +271,9 @@ ...@@ -269,7 +271,9 @@
"--browser=release_x64", "--browser=release_x64",
"--upload-results", "--upload-results",
"--test-shard-map-filename=win-10_laptop_low_end-perf_hp-candidate_map.json", "--test-shard-map-filename=win-10_laptop_low_end-perf_hp-candidate_map.json",
"--run-ref-build" "--run-ref-build",
"--output-format=histograms",
"--experimental-tbmv3-metrics"
], ],
"isolate_name": "performance_test_suite", "isolate_name": "performance_test_suite",
"merge": { "merge": {
......
...@@ -330,8 +330,10 @@ _WIN_10_LOW_END_BENCHMARK_CONFIGS = PerfSuite( ...@@ -330,8 +330,10 @@ _WIN_10_LOW_END_BENCHMARK_CONFIGS = PerfSuite(
OFFICIAL_BENCHMARK_CONFIGS).Remove([ OFFICIAL_BENCHMARK_CONFIGS).Remove([
'blink_perf.display_locking', 'blink_perf.display_locking',
]) ])
_WIN_10_LOW_END_HP_CANDIDATE_BENCHMARK_CONFIGS = PerfSuite( _WIN_10_LOW_END_HP_CANDIDATE_BENCHMARK_CONFIGS = PerfSuite([
[_GetBenchmarkConfig('v8.browsing_desktop')]) _GetBenchmarkConfig('v8.browsing_desktop'),
_GetBenchmarkConfig('system_health.common_desktop')
])
_WIN_7_BENCHMARK_CONFIGS = PerfSuite([ _WIN_7_BENCHMARK_CONFIGS = PerfSuite([
'loading.desktop', 'loading.desktop',
]).Abridge([ ]).Abridge([
...@@ -397,7 +399,9 @@ _ANDROID_PIXEL2_FYI_BENCHMARK_CONFIGS = PerfSuite([ ...@@ -397,7 +399,9 @@ _ANDROID_PIXEL2_FYI_BENCHMARK_CONFIGS = PerfSuite([
_CHROMEOS_KEVIN_FYI_BENCHMARK_CONFIGS = PerfSuite([ _CHROMEOS_KEVIN_FYI_BENCHMARK_CONFIGS = PerfSuite([
_GetBenchmarkConfig('rendering.desktop')]) _GetBenchmarkConfig('rendering.desktop')])
_LINUX_PERF_FYI_BENCHMARK_CONFIGS = PerfSuite([ _LINUX_PERF_FYI_BENCHMARK_CONFIGS = PerfSuite([
_GetBenchmarkConfig('power.desktop')]) _GetBenchmarkConfig('power.desktop'),
_GetBenchmarkConfig('system_health.common_desktop')
])
# Linux # Linux
......
...@@ -123,10 +123,17 @@ FYI_BUILDERS = { ...@@ -123,10 +123,17 @@ FYI_BUILDERS = {
}, },
'android-pixel2-perf-fyi': { 'android-pixel2-perf-fyi': {
'tests': [{ 'tests': [{
'isolate': 'performance_test_suite', 'isolate':
'performance_test_suite',
'extra_args': [
'--output-format=histograms',
'--experimental-tbmv3-metrics',
],
}], }],
'platform': 'android-chrome', 'platform':
'browser': 'bin/monochrome_64_32_bundle', 'android-chrome',
'browser':
'bin/monochrome_64_32_bundle',
'dimension': { 'dimension': {
'pool': 'chrome.tests.perf-fyi', 'pool': 'chrome.tests.perf-fyi',
'os': 'Android', 'os': 'Android',
...@@ -173,11 +180,18 @@ FYI_BUILDERS = { ...@@ -173,11 +180,18 @@ FYI_BUILDERS = {
'win-10_laptop_low_end-perf_HP-Candidate': { 'win-10_laptop_low_end-perf_HP-Candidate': {
'tests': [ 'tests': [
{ {
'isolate': 'performance_test_suite', 'isolate':
'performance_test_suite',
'extra_args': [
'--output-format=histograms',
'--experimental-tbmv3-metrics',
],
}, },
], ],
'platform': 'win', 'platform':
'target_bits': 64, 'win',
'target_bits':
64,
'dimension': { 'dimension': {
'pool': 'chrome.tests.perf-fyi', 'pool': 'chrome.tests.perf-fyi',
'id': 'build370-a7', 'id': 'build370-a7',
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
"benchmarks": { "benchmarks": {
"power.desktop": { "power.desktop": {
"abridged": false "abridged": false
},
"system_health.common_desktop": {
"abridged": true
} }
} }
}, },
...@@ -14,4 +17,4 @@ ...@@ -14,4 +17,4 @@
"predicted_max_shard_index": 0, "predicted_max_shard_index": 0,
"shard #0": 4368.0 "shard #0": 4368.0
} }
} }
\ No newline at end of file
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
"benchmarks": { "benchmarks": {
"v8.browsing_desktop": { "v8.browsing_desktop": {
"abridged": false "abridged": false
},
"system_health.common_desktop": {
"abridged": true
} }
} }
}, },
...@@ -14,4 +17,4 @@ ...@@ -14,4 +17,4 @@
"predicted_max_shard_index": 0, "predicted_max_shard_index": 0,
"shard #0": 2360.0 "shard #0": 2360.0
} }
} }
\ No newline at end of file
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