Skip to content

Commit 20181d8

Browse files
committed
Limit the number of processed samples
1 parent 99cfdf8 commit 20181d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/process-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Process available benchmark results
2424
run: |-
2525
pip3 install -r requirements.txt
26-
python3 benchmark_monitor.py -d ./benchmark-results -o output
26+
python3 benchmark_monitor.py -s 50 -d ./benchmark-results -o output
2727
2828
- name: Generate nojekyll file
2929
working-directory: output

0 commit comments

Comments
 (0)