Skip to content

Commit

Permalink
Add documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
prairir committed Nov 29, 2021
1 parent 3102bfc commit e4a281f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -62,3 +76,4 @@ You can read about it in `ARCHITECTURE.md`
![Sequence Diagram](pictures/imacry_sequence_diagram.png)



0 comments on commit e4a281f

Please sign in to comment.