Skip to content

Commit 1e1bfc7

Browse files
committed
1 parent 2380b72 commit 1e1bfc7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,9 @@ jobs:
239239
- name: Checkout ruby-bench
240240
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
241241
with:
242-
repository: ruby/ruby-bench
242+
repository: nobu/ruby-bench
243243
path: ruby-bench
244+
ref: fork-deps
244245

245246
# If you want to skip failing benchmark, consider using `--excludes`.
246247
# e.g. `bench_opts: '--warmup=1 --bench=1 --excludes=railsbench,lobsters'`

.github/workflows/zjit-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@ jobs:
194194
- name: Checkout ruby-bench
195195
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
196196
with:
197-
repository: ruby/ruby-bench
197+
repository: nobu/ruby-bench
198198
path: ruby-bench
199+
ref: fork-deps
199200

200201
# If you want to skip failing benchmark, consider using `--excludes`.
201202
# e.g. `bench_opts: '--warmup=1 --bench=1 --excludes=railsbench,lobsters'`

.github/workflows/zjit-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,9 @@ jobs:
247247
- name: Checkout ruby-bench
248248
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
249249
with:
250-
repository: ruby/ruby-bench
250+
repository: nobu/ruby-bench
251251
path: ruby-bench
252+
ref: fork-deps
252253

253254
# If you want to skip failing benchmark, consider using `--excludes`.
254255
# e.g. `bench_opts: '--warmup=1 --bench=1 --excludes=railsbench,lobsters'`

0 commit comments

Comments
 (0)