Skip to content

Commit 95a5727

Browse files
committed
Add tuist inspect build
1 parent bc91f33 commit 95a5727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
hyperfine --warmup 1 --runs 10 \
7474
--setup 'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-setup.log 2>&1' \
7575
--prepare 'rm -rf ~/Library/Developer/Xcode/DerivedData' \
76+
--conclude 'tuist inspect build \
7677
'xcodebuild -project App.xcodeproj -scheme App -destination "platform=iOS Simulator,name=iPhone 17" build >> ../logs/benchmark-pre-warmed-cache.log 2>&1'
7778
7879
- name: Upload benchmark logs

0 commit comments

Comments
 (0)