diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json new file mode 100644 index 0000000000..ca36c06463 --- /dev/null +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json @@ -0,0 +1,28 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=false", + "target_cpu=\"arm64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "env": { + "MAC_TOOLCHAIN_REVISION": "8E2002-1" + }, + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "bucket": "chromium-webrtc", + "tests": [ + { + "include": "perf_tests.json", + "device type": "iPhone 7", + "os": "11.0.3" + } + ] +} diff --git a/tools_webrtc/ios/tests/perf_tests.json b/tools_webrtc/ios/tests/perf_tests.json new file mode 100644 index 0000000000..bc6f0b9277 --- /dev/null +++ b/tools_webrtc/ios/tests/perf_tests.json @@ -0,0 +1,9 @@ +{ + "tests": [ + { + "app": "webrtc_perf_tests", + "bot_id": "build15-a7", + "pool": "WebRTC" + } + ] +}