File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 --excludes=lobsters'
211+ - bench_opts : ' --warmup=1 --bench=1 --excludes=lobsters,ruby-lsp '
212212
213213 runs-on : ubuntu-24.04
214214
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 --excludes=lobsters'
161+ bench_opts : ' --warmup=1 --bench=1 --excludes=lobsters,ruby-lsp '
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 --excludes=lobsters'
218+ bench_opts : ' --warmup=1 --bench=1 --excludes=lobsters,ruby-lsp '
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