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 842444f commit cbb0856Copy full SHA for cbb0856
.github/workflows/test.yml
@@ -40,6 +40,14 @@ jobs:
40
MIN_BENCH_TIME: '0'
41
SKIP_BENCHMARKS: ${{ matrix.skip }}
42
43
+ - name: Test run_benchmarks.rb --graph
44
+ run: ./run_benchmarks.rb --graph fib
45
+ if: matrix.ruby == 'ruby'
46
+ env:
47
+ WARMUP_ITRS: '1'
48
+ MIN_BENCH_ITRS: '1'
49
+ MIN_BENCH_TIME: '0'
50
+
51
- name: Test run_once.sh
52
run: ./run_once.sh --yjit-stats benchmarks/railsbench/benchmark.rb
53
if: matrix.ruby == 'head'
0 commit comments