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 a9b4347Copy full SHA for a9b4347
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
for benchmark in $SKIP_BENCHMARKS; do
34
rm -rf "benchmarks/${benchmark}.rb" "benchmarks/${benchmark}/"
35
done
36
- ./run_benchmarks.rb
+ ./run_benchmarks.rb --graph
37
env:
38
WARMUP_ITRS: '1'
39
MIN_BENCH_ITRS: '1'
0 commit comments