Skip to content

Commit cbb0856

Browse files
committed
Check that --graph works in CI
1 parent 842444f commit cbb0856

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
MIN_BENCH_TIME: '0'
4141
SKIP_BENCHMARKS: ${{ matrix.skip }}
4242

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+
4351
- name: Test run_once.sh
4452
run: ./run_once.sh --yjit-stats benchmarks/railsbench/benchmark.rb
4553
if: matrix.ruby == 'head'

0 commit comments

Comments
 (0)