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 358ae3a commit ff22b6bCopy full SHA for ff22b6b
.circleci/config.yml
@@ -16,6 +16,9 @@ jobs:
16
- run:
17
name: brew
18
command: brew install fio
19
+ - run:
20
+ name: finger
21
+ command: finger $USER
22
23
name: exec
24
command: sh test-local.sh
.github/workflows/benchmark.yml
@@ -23,6 +23,6 @@ jobs:
with:
xcode-select-version: 16.3
25
- name: Brew Install
26
- run: brew install swift
+ run: brew install fio
27
- name: Run benchmark
28
run: sh test-local.sh
0 commit comments