File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 matrix :
210210 include :
211211 # Using the same setup as ZJIT jobs
212- - bench_opts : ' --warmup=1 --bench=1 --excludes=shipit'
212+ - bench_opts : ' --warmup=1 --bench=1 --excludes=lobsters, shipit'
213213
214214 runs-on : ubuntu-24.04
215215
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 include :
179179 # Test --call-threshold=2 with 2 iterations in total
180180 - ruby_opts : ' --zjit-call-threshold=2'
181- bench_opts : ' --warmup=1 --bench=1 --excludes=shipit'
181+ bench_opts : ' --warmup=1 --bench=1 --excludes=lobsters, shipit'
182182 configure : ' --enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
183183
184184 runs-on : macos-14
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236 include :
237237 # Test --call-threshold=2 with 2 iterations in total
238238 - ruby_opts : ' --zjit-call-threshold=2'
239- bench_opts : ' --warmup=1 --bench=1 --excludes=shipit'
239+ bench_opts : ' --warmup=1 --bench=1 --excludes=lobsters, shipit'
240240 configure : ' --enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
241241
242242 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments