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:

committed by
WebRTC LUCI CQ

parent
11cf37c3ba
commit
5ca01b5a5b
@ -451,42 +451,6 @@
|
|||||||
"isolated_scripts": [
|
"isolated_scripts": [
|
||||||
{
|
{
|
||||||
"args": [
|
"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",
|
"--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json",
|
||||||
"--nologs"
|
"--nologs"
|
||||||
],
|
],
|
||||||
|
@ -500,7 +500,6 @@
|
|||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"--write_perf_output_on_ios",
|
"--write_perf_output_on_ios",
|
||||||
"--nologs",
|
|
||||||
"--xcode-build-version",
|
"--xcode-build-version",
|
||||||
"12d4e",
|
"12d4e",
|
||||||
"--out-dir",
|
"--out-dir",
|
||||||
|
@ -138,12 +138,6 @@
|
|||||||
'mixins': ['shards-4'],
|
'mixins': ['shards-4'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'ios_perf_tests': {
|
|
||||||
'webrtc_perf_tests': {
|
|
||||||
'mixins': ['perf-webrtc-perf-tests'],
|
|
||||||
'args': ['--write_perf_output_on_ios', '--nologs']
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'ios_simulator_tests': {
|
'ios_simulator_tests': {
|
||||||
'apprtcmobile_tests': {
|
'apprtcmobile_tests': {
|
||||||
'mixins': ['xcode_parallelization']
|
'mixins': ['xcode_parallelization']
|
||||||
@ -229,6 +223,11 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'webrtc_perf_tests': {
|
||||||
|
'webrtc_perf_tests': {
|
||||||
|
'mixins': ['perf-webrtc-perf-tests'],
|
||||||
|
},
|
||||||
|
},
|
||||||
'win_video_capture_tests': {
|
'win_video_capture_tests': {
|
||||||
'video_capture_tests': {
|
'video_capture_tests': {
|
||||||
'remove_mixins': ['win7'],
|
'remove_mixins': ['win7'],
|
||||||
|
@ -302,7 +302,7 @@
|
|||||||
'resultdb-gtest-json-format'
|
'resultdb-gtest-json-format'
|
||||||
],
|
],
|
||||||
'test_suites': {
|
'test_suites': {
|
||||||
'isolated_scripts': 'desktop_perf_tests',
|
'isolated_scripts': 'webrtc_perf_tests',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'Perf Win7': {
|
'Perf Win7': {
|
||||||
@ -337,8 +337,11 @@
|
|||||||
'out_dir_arg'
|
'out_dir_arg'
|
||||||
],
|
],
|
||||||
'test_suites': {
|
'test_suites': {
|
||||||
'isolated_scripts': 'ios_perf_tests',
|
'isolated_scripts': 'webrtc_perf_tests',
|
||||||
},
|
},
|
||||||
|
'args': [
|
||||||
|
'--write_perf_output_on_ios',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
'iOS64 Release': {
|
'iOS64 Release': {
|
||||||
'mixins': [
|
'mixins': [
|
||||||
|
Reference in New Issue
Block a user