mirror of https://github.com/containers/podman.git
To leave not leave some artifacts arounds. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> |
||
---|---|---|
.. | ||
README.md | ||
bz-2162111.sh | ||
create.sh | ||
helpers.bash | ||
ps.sh | ||
rm.sh | ||
run.sh | ||
start.sh | ||
stop.sh |
README.md
A set of scripts to compare the performance of two container engines
Run the scripts via sudo sh $script.sh
.
WARNING: Running any script will run systemd prune
.
Use the following environment variables to change the default behavior:
ENGINE_A
to set container engine A (defaultpodman
)ENGINE_B
to set container engine B (defaultdocker
)RUNS
to change the runs/repetitions of each benchmarks (default100
)NUM_CONTAINERS
to change the number of created containers for some benchmarks (e.g.,ps
) (default100
)IMAGE
to change the default container image (defaultdocker.io/library/alpine:latest
)