Skip to content

Commit 0a2075a

Browse files
committed
Benchmark
1 parent 342712b commit 0a2075a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
name: finger
2121
command: finger $USER
2222
- run:
23-
name: exec
23+
name: bench build
24+
command: sh benchmark.sh
25+
- run:
26+
name: bench disk
2427
command: sh test-local.sh
2528

2629
workflows:

.github/workflows/benchmark.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image: [ "ghcr.io/cirruslabs/macos-runner:sequoia-xl"]
16-
runs-on: ["${{ matrix.image }}", "worker:aac5-1"]
16+
runs-on: ["${{ matrix.image }}"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: macOS version
@@ -24,5 +24,7 @@ jobs:
2424
xcode-select-version: 16.3
2525
- name: Brew Install
2626
run: brew install fio
27-
- name: Run benchmark
27+
- name: Run benchmark cpu
28+
run: sh benchmark.sh
29+
- name: Run benchmark disk
2830
run: sh test-local.sh

0 commit comments

Comments
 (0)