-
Clone this repository into your Go path.
-
Install dependencies:
go get github.com/pkg/errors rm -rf ~/go/src/github.com/docker/docker/vendor/github.com/docker/go-connections go get
-
Compile project:
make
-
Build Benchmark docker image:
docker build --no-cache -t antidote-benchmark .
-
Build the Antidote docker image. In the Antidote repository run:
make docker-build
-
Download the Cadvisor image:
docker pull google/cadvisor
-
Run the benchmark:
cd script ./run.sh -n default -c 4 -r 50000
Reports can be found in the
output
folder.
For a list of configuration options run the executable with --help
.