Skip to content

Commit 1eb10ca

Browse files
authored
ZJIT: Exclude failing ruby-bench benchmarks (ruby#15479)
1 parent ed18a21 commit 1eb10ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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=fluentd,psych-load,railsbench'
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=fluentd,psych-load,railsbench'
219219
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
220220

221221
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)