Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 514 Bytes

performance.rst

File metadata and controls

9 lines (6 loc) · 514 Bytes

Performance

One of the reasons pyinfra was started was performance of agent-less tools at the time. Here's the latest (2024) benchmarking for a few simple operations across three tools: pyinfra, Fabric & Ansible. Note here that while pyinfra acts more like Ansible (state management) it performs closer to Fabric (ad-hoc command execution):

static/performance.png

The source code for the tests is available on GitHub.