mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Exclude ruby-lsp benchmark because released version of rbs didn't have tsort dependency
This commit is contained in:
parent
4a988b7f48
commit
eaa9902ca7
Notes:
git
2026-01-08 09:48:35 +00:00
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
.github/workflows/zjit-macos.yml
vendored
2
.github/workflows/zjit-macos.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/zjit-ubuntu.yml
vendored
2
.github/workflows/zjit-ubuntu.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user