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 e0881a6 commit d922a81Copy full SHA for d922a81
.github/workflows/test.yml
@@ -37,6 +37,14 @@ jobs:
37
MIN_BENCH_TIME: '0'
38
continue-on-error: ${{ matrix.continue-on-error || false }}
39
40
+ - name: Test run_benchmarks.rb --ractor-only
41
+ run: ./run_benchmarks.rb --ractor-only
42
+ env:
43
+ WARMUP_ITRS: '1'
44
+ MIN_BENCH_ITRS: '1'
45
+ MIN_BENCH_TIME: '0'
46
+ continue-on-error: ${{ matrix.continue-on-error || false }}
47
+
48
- name: Test run_benchmarks.rb --graph
49
run: |
50
sudo apt-get update
0 commit comments