Skip to content

Commit

Permalink
[benchmarking] enable dynamic sharding on android-pixel2-perf
Browse files Browse the repository at this point in the history
Enabling dynamic sharding and increasing iterations of system_health.common_mobile and system_health.memory_mobile

Bug: chromium:1140389
Change-Id: I982596c249f32e0a0a485a97b0f0392c0ea5a8c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2906787
Reviewed-by: John Chen <johnchen@chromium.org>
Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Cr-Commit-Position: refs/heads/master@{#884778}
  • Loading branch information
Wenbin Zhang authored and Chromium LUCI CQ committed May 20, 2021
1 parent b5e82d9 commit 442f987
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion testing/buildbot/chromium.perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@
"trigger_script": {
"args": [
"--multiple-dimension-script-verbose",
"True"
"True",
"--use-dynamic-shards"
],
"requires_simultaneous_shard_dispatch": true,
"script": "//testing/trigger_scripts/perf_device_trigger.py"
Expand Down
4 changes: 3 additions & 1 deletion tools/perf/core/perf_data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ class TEST_TYPES(object):
]

# This is an opt-in list for builders which uses dynamic sharding.
DYNAMIC_SHARDING_TESTERS = ['android-pixel2-perf-fyi', 'linux-perf-calibration']
DYNAMIC_SHARDING_TESTERS = [
'android-pixel2-perf', 'android-pixel2-perf-fyi', 'linux-perf-calibration'
]

CALIBRATION_BUILDERS = {
'linux-perf-calibration': {
Expand Down
8 changes: 2 additions & 6 deletions tools/perf/cross_device_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@
'system_health.memory_mobile': 3,
},
'android-pixel2-perf': {
'system_health.common_mobile': {
# timeToFirstContentfulPaint
'browse:media:googleplaystore:2019': 10,
'load:social:pinterest:2019': 10,
'browse:media:facebook_photos:2019': 10
}
'system_health.common_mobile': 3,
'system_health.memory_mobile': 3,
},
'android-go-perf': {
'system_health.common_mobile': {
Expand Down

0 comments on commit 442f987

Please sign in to comment.