Skip to content

Commit e8601f5

Browse files
committed
wip
1 parent d3ce8da commit e8601f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test benchmarks
22
on:
33
push:
4-
branches:
5-
- main
4+
# branches:
5+
# - main
66
pull_request:
77
schedule:
88
- cron: "00 15 * * *"
@@ -33,12 +33,14 @@ jobs:
3333
for benchmark in $SKIP_BENCHMARKS; do
3434
rm -rf "benchmarks/${benchmark}.rb" "benchmarks/${benchmark}/"
3535
done
36-
./run_benchmarks.rb
36+
echo ./run_benchmarks.rb
37+
exit 1
3738
env:
3839
WARMUP_ITRS: '1'
3940
MIN_BENCH_ITRS: '1'
4041
MIN_BENCH_TIME: '0'
4142
SKIP_BENCHMARKS: ${{ matrix.skip }}
43+
continue-on-error: ${{ matrix.ruby == "truffleruby-head" }}
4244

4345
- name: Test run_once.sh
4446
run: ./run_once.sh --yjit-stats benchmarks/railsbench/benchmark.rb

0 commit comments

Comments
 (0)