podman-build/hack/perf
2025-10-11 12:30:35 +09:00
..
bz-2162111.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
create.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
helpers.bash First commit for v5.6.2 2025-10-11 12:30:35 +09:00
ps.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
README.md First commit for v5.6.2 2025-10-11 12:30:35 +09:00
rm.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
run.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
start.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
stop.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00
system-df.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00

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 (default podman)
  • ENGINE_B to set container engine B (default docker)
  • RUNS to change the runs/repetitions of each benchmarks (default 100)
  • NUM_CONTAINERS to change the number of created containers for some benchmarks (e.g., ps) (default 100)
  • IMAGE to change the default container image (default docker.io/library/alpine:latest)