Skip to content

Commit

Permalink
Example command to clear cache and run
Browse files Browse the repository at this point in the history
Addresses review comment #5 (comment)
  • Loading branch information
feuGeneA authored and mds1 committed Jan 20, 2022
1 parent 33435fb commit 2183fc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# docker build --build-arg ETH_RPC_URL=... -t sim .
# docker run sim benchmark-hardhat
#
# To benchmark with a cleared cache, and without having to rebuild the entire
# tool environment, use something like:
#
# docker run --entrypoint /bin/bash sim -c "rm -rf cache && make benchmark-hardhat"
#
# BEWARE: This image should not be published because it will contain traces of
# your Alchemy API key. (See https://stackoverflow.com/a/40762010/406289)
# Future work can take advantage of Docker's support for secrets, but
Expand Down

0 comments on commit 2183fc5

Please sign in to comment.