summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2026-01-08 23:07:50 +0000
committerTakashi Kokubun <takashikkbn@gmail.com>2026-01-12 17:01:27 -0800
commitcc4ce48f1277125df6c981a21efa4256c350a8ae (patch)
treec980e70c13e8119f88b9496b8de5ba7fb9b5a209
parente52aee688b2e09237fca45c52d3bb4a55eda9baa (diff)
Remove ruby-bench excludes
These benchmarks should be working fine now.
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/zjit-macos.yml2
-rw-r--r--.github/workflows/zjit-ubuntu.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 7cd862c1bf..4136240b99 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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'
runs-on: ubuntu-24.04
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml
index a638907811..6da45a3a42 100644
--- a/.github/workflows/zjit-macos.yml
+++ b/.github/workflows/zjit-macos.yml
@@ -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'
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
runs-on: macos-14
diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml
index 02f912fb85..b95a8a3ac5 100644
--- a/.github/workflows/zjit-ubuntu.yml
+++ b/.github/workflows/zjit-ubuntu.yml
@@ -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'
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
runs-on: ubuntu-24.04