File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5151 strategy :
5252 fail-fast : false
5353 matrix :
54- ruby : [ruby, head, truffleruby ]
54+ ruby : [ruby, head]
5555 if : ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
5656 steps :
5757 - uses : actions/checkout@v3
@@ -66,14 +66,13 @@ jobs:
6666 WARMUP_ITRS : ' 1'
6767 MIN_BENCH_ITRS : ' 1'
6868 MIN_BENCH_TIME : ' 0'
69- continue-on-error : ${{ matrix.ruby == 'truffleruby' }}
7069
7170 benchmark-ractor-only :
7271 runs-on : ubuntu-latest
7372 strategy :
7473 fail-fast : false
7574 matrix :
76- ruby : [ruby, head, truffleruby ]
75+ ruby : [ruby, head]
7776 if : ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
7877 steps :
7978 - uses : actions/checkout@v3
8887 WARMUP_ITRS : ' 1'
8988 MIN_BENCH_ITRS : ' 1'
9089 MIN_BENCH_TIME : ' 0'
91- continue-on-error : ${{ matrix.ruby == 'truffleruby' }}
9290
9391 benchmark-graph :
9492 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments