Exclude ruby-lsp benchmark because released version of rbs didn't have tsort dependency

This commit is contained in:
Hiroshi SHIBATA 2026-01-08 17:01:54 +09:00
parent 4a988b7f48
commit eaa9902ca7
Notes: git 2026-01-08 09:48:35 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -208,7 +208,7 @@ jobs:
matrix:
include:
# Using the same setup as ZJIT jobs
- bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
- bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,ruby-lsp'
runs-on: ubuntu-24.04

View File

@ -158,7 +158,7 @@ jobs:
include:
# Test --call-threshold=2 with 2 iterations in total
- ruby_opts: '--zjit-call-threshold=2'
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,ruby-lsp'
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
runs-on: macos-14

View File

@ -215,7 +215,7 @@ jobs:
include:
# Test --call-threshold=2 with 2 iterations in total
- ruby_opts: '--zjit-call-threshold=2'
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,ruby-lsp'
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
runs-on: ubuntu-24.04