Skip to content

Commit 6530850

Browse files
committed
run benchmark as flat check in CI, no validation
1 parent b1de68f commit 6530850

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ jobs:
1818
run: |
1919
swift --version
2020
swift build
21+
22+
benchmark-macos:
23+
runs-on: macos-14
24+
steps:
25+
- uses: actions/checkout@v3
26+
- uses: SwiftyLab/setup-swift@latest
27+
with:
28+
swift-version: "5.10.0"
29+
- name: benchmark
30+
run: |
31+
cd ExternalBenchmarks
32+
swift package benchmark
33+
2134
build-linux:
2235
runs-on: ubuntu-22.04
2336
steps:

0 commit comments

Comments
 (0)