Skip to content

Commit 2aacd27

Browse files
committed
ci: run benchmarks on ubuntu
1 parent 66c454d commit 2aacd27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ jobs:
2525
- name: Run tests
2626
run: just test
2727

28+
benchmark:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v4
32+
- name: Setup Ruby
33+
uses: ruby/setup-ruby@v1
34+
with:
35+
ruby-version: '3.2'
36+
- name: Setup just
37+
uses: extractions/setup-just@v1
38+
- name: Build extension
39+
run: just build-extension
40+
- name: Run benchmark
41+
run: just bench
42+
2843
nix:
2944
runs-on: ubuntu-latest
3045
steps:

0 commit comments

Comments
 (0)