File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments