We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ce8da commit e8601f5Copy full SHA for e8601f5
.github/workflows/test.yml
@@ -1,8 +1,8 @@
1
name: Test benchmarks
2
on:
3
push:
4
- branches:
5
- - main
+ # branches:
+ # - main
6
pull_request:
7
schedule:
8
- cron: "00 15 * * *"
@@ -33,12 +33,14 @@ jobs:
33
for benchmark in $SKIP_BENCHMARKS; do
34
rm -rf "benchmarks/${benchmark}.rb" "benchmarks/${benchmark}/"
35
done
36
- ./run_benchmarks.rb
+ echo ./run_benchmarks.rb
37
+ exit 1
38
env:
39
WARMUP_ITRS: '1'
40
MIN_BENCH_ITRS: '1'
41
MIN_BENCH_TIME: '0'
42
SKIP_BENCHMARKS: ${{ matrix.skip }}
43
+ continue-on-error: ${{ matrix.ruby == "truffleruby-head" }}
44
45
- name: Test run_once.sh
46
run: ./run_once.sh --yjit-stats benchmarks/railsbench/benchmark.rb
0 commit comments