We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cfdf8 commit 20181d8Copy full SHA for 20181d8
1 file changed
.github/workflows/process-results.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Process available benchmark results
24
run: |-
25
pip3 install -r requirements.txt
26
- python3 benchmark_monitor.py -d ./benchmark-results -o output
+ python3 benchmark_monitor.py -s 50 -d ./benchmark-results -o output
27
28
- name: Generate nojekyll file
29
working-directory: output
0 commit comments