Skip to content

Commit

Permalink
Limit the number of processed samples
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Mar 8, 2023
1 parent 59ab4f2 commit 713c54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Process available benchmark results
run: |-
pip3 install -r requirements.txt
python3 benchmark_monitor.py -d ./benchmark-results -o output
python3 benchmark_monitor.py -s 50 -d ./benchmark-results -o output
- name: Generate nojekyll file
working-directory: output
Expand Down

0 comments on commit 713c54b

Please sign in to comment.