Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Nov 11, 2024
1 parent b8b3f9f commit 90a80bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ["sonoma-xcode:15.2", "runner:sonoma"]
image: ["sonoma-xcode:15.2-xl", "runner:sonoma-xl"]
runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.image }}", "low-priority"]
steps:
- uses: actions/checkout@v4
Expand All @@ -22,10 +22,12 @@ jobs:
xcode-select-version: 15.2
- name: macOS version
run: sw_vers
- name: Xcodes list
run: xcodes installed
- name: Uptime
run: uptime
- name: Install
run: brew install xclogparser
- name: Check xclogparser
run: ./xclogparser-0.23.8 --help
- name: Run benchmark
run: sh benchmark.sh
- name: Sanitize image name
Expand Down
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "$PATH_TO_PROJECT" ]; then
-resultBundlePath "$PATH_TO_RESULT_BUNDLE" \
-showBuildTimingSummary build

xclogparser parse --project XcodeBenchmark --derived_data $PATH_TO_DERIVED --reporter chromeTracer > report.json
./xclogparser-0.23.8 parse --project XcodeBenchmark --derived_data $PATH_TO_DERIVED --reporter chromeTracer > report.json

echo "System Version:" "$(sw_vers -productVersion)"
xcodebuild -version | grep "Xcode"
Expand Down
Binary file added xclogparser-0.23.8
Binary file not shown.

0 comments on commit 90a80bd

Please sign in to comment.