Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Nov 6, 2024
1 parent fca55d9 commit a2fb4c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ jobs:
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 15.2
- name: macOS version
run: sw_vers
- name: disk write
run: time dd if=/dev/zero bs=1024k of=tstfile count=1024
- name: disk read
run: dd if=tstfile bs=1024k of=/dev/null count=1024
- name: Run benchmark
run: sh benchmark.sh

0 comments on commit a2fb4c5

Please sign in to comment.