blob: a7062d0d70d7ebc251b720d0acdbe59899e26263 [file] [log] [blame]
#!/bin/bash
# Runs benchmark tests.
xcodebuild \
test \
-project benchmark-darwin-sample-xcode.xcodeproj \
-scheme testapp-ios \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=15.2' \
-resultBundlePath 'benchmark-darwin-sample-xcode.xcresult'