Use ios_perf_test for M1 arm64 perf tester

Bug: b/232347569
Change-Id: I16fa752ee81d3a331ce2c2d4fe2f4bd9b28a5597
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263481
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Christoffer Jansson <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36987}
This commit is contained in:
Christoffer Jansson
2022-05-24 15:46:17 +02:00
committed by WebRTC LUCI CQ
parent 11cf37c3ba
commit 5ca01b5a5b
4 changed files with 10 additions and 45 deletions

View File

@ -451,42 +451,6 @@
"isolated_scripts": [
{
"args": [
".",
"--remove",
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json"
],
"isolate_name": "low_bandwidth_audio_perf_test",
"merge": {
"args": [
"--test-suite",
"low_bandwidth_audio_perf_test"
],
"script": "//tools_webrtc/perf/process_perf_results_py2.py"
},
"name": "low_bandwidth_audio_perf_test",
"resultdb": {
"result_file": "${ISOLATED_OUTDIR}/gtest_output.json",
"result_format": "gtest_json"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "arm64-64-Apple_M1",
"os": "Mac-12",
"pool": "WebRTC-perf"
}
],
"hard_timeout": 10800,
"idempotent": false,
"io_timeout": 10800
},
"test_id_prefix": "ninja://audio:low_bandwidth_audio_perf_test/"
},
{
"args": [
"--test_artifacts_dir=${ISOLATED_OUTDIR}",
"--save_worst_frame",
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json",
"--nologs"
],

View File

@ -500,7 +500,6 @@
{
"args": [
"--write_perf_output_on_ios",
"--nologs",
"--xcode-build-version",
"12d4e",
"--out-dir",

View File

@ -138,12 +138,6 @@
'mixins': ['shards-4'],
},
},
'ios_perf_tests': {
'webrtc_perf_tests': {
'mixins': ['perf-webrtc-perf-tests'],
'args': ['--write_perf_output_on_ios', '--nologs']
},
},
'ios_simulator_tests': {
'apprtcmobile_tests': {
'mixins': ['xcode_parallelization']
@ -229,6 +223,11 @@
},
},
},
'webrtc_perf_tests': {
'webrtc_perf_tests': {
'mixins': ['perf-webrtc-perf-tests'],
},
},
'win_video_capture_tests': {
'video_capture_tests': {
'remove_mixins': ['win7'],

View File

@ -302,7 +302,7 @@
'resultdb-gtest-json-format'
],
'test_suites': {
'isolated_scripts': 'desktop_perf_tests',
'isolated_scripts': 'webrtc_perf_tests',
},
},
'Perf Win7': {
@ -337,8 +337,11 @@
'out_dir_arg'
],
'test_suites': {
'isolated_scripts': 'ios_perf_tests',
'isolated_scripts': 'webrtc_perf_tests',
},
'args': [
'--write_perf_output_on_ios',
],
},
'iOS64 Release': {
'mixins': [