diff --git a/README.md b/README.md index 6c5c30c..b9aa07d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,20 @@ and then to run docker run -it imacry-run:latest /bin/bash ``` +## Benchmarking + +To make a benchmarking container, run + +``` sh +earthly +benchmarking +``` + +and to run it, run + +``` sh +docker run imacry-benchmark +``` + ## Command & Control Server You can checkout the cc servers README at `./cc-server/README` @@ -62,3 +76,4 @@ You can read about it in `ARCHITECTURE.md` ![Sequence Diagram](pictures/imacry_sequence_diagram.png) +