This repo aims to compare the peformance of pyinfra against other agentless deploy/automation tools. Currently supporting:
The most recent results are always available in latest_results.csv
, charted below:
To run locally you'll need Docker installed.
# Optional: create/activate a virtualenv
# Install the requirements
pip install -r requirements.txt
# Run with 5 hosts
./run_tests.sh
# Or run with n hosts:
PYINFRA_TEST_HOSTS=50 ./run_tests.sh