Skip to content

Commit 16cd9da

Browse files
committed
Rust interface is out of our scope
1 parent 67d4ceb commit 16cd9da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
matrix:
209209
include:
210210
# Using the same setup as ZJIT jobs
211-
- bench_opts: '--warmup=1 --bench=1'
211+
- bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
212212

213213
runs-on: ubuntu-24.04
214214

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
include:
159159
# Test --call-threshold=2 with 2 iterations in total
160160
- ruby_opts: '--zjit-call-threshold=2'
161-
bench_opts: '--warmup=1 --bench=1'
161+
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
162162
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
163163

164164
runs-on: macos-14

.github/workflows/zjit-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
include:
216216
# Test --call-threshold=2 with 2 iterations in total
217217
- ruby_opts: '--zjit-call-threshold=2'
218-
bench_opts: '--warmup=1 --bench=1'
218+
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
219219
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
220220

221221
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)