We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc91f33 commit 95a5727Copy full SHA for 95a5727
.github/workflows/benchmark.yml
@@ -73,6 +73,7 @@ jobs:
73
hyperfine --warmup 1 --runs 10 \
74
--setup 'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-setup.log 2>&1' \
75
--prepare 'rm -rf ~/Library/Developer/Xcode/DerivedData' \
76
+ --conclude 'tuist inspect build \
77
'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-cache.log 2>&1'
78
79
- name: Upload benchmark logs
0 commit comments