Skip to content

Commit

Permalink
fix(frontend): fix running all benchmark targets through makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Sep 23, 2024
1 parent f39f8ab commit 980fc9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ benchmark:
export PROGRESS_SAMPLES=3
export PROGRESS_OUTPUT_INDENT=2

rm -rf progress.json
find ./benchmarks/ -name "*.py" | xargs python
rm -rf progress.json && for script in benchmarks/*.py; do python $script; done

process-benchmark-results-for-grafana:
eval $(shell make silent_cp_activate)
Expand Down

0 comments on commit 980fc9c

Please sign in to comment.