Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
themighty1 committed Oct 28, 2024
1 parent b4e9c52 commit 8d9702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/benches/binary/benches.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ ENV VERIFIER_PATH="/usr/local/bin/verifier"

VOLUME [ "/benches" ]
WORKDIR "/benches"
CMD ["/bin/bash", "-c", "bench && plot /benches/metrics.csv && cat /benches/metrics.csv"]
CMD ["/bin/bash", "-c", "bench && bench --memory-profiling && plot /benches/metrics.csv && cat /benches/metrics.csv"]

0 comments on commit 8d9702c

Please sign in to comment.