Commit e9060b3b authored by David Wilson's avatar David Wilson

docs: more modest and accurate numbers for Ansible

parent cccfebec
...@@ -23,7 +23,7 @@ significant testing will prove the extension's soundness. ...@@ -23,7 +23,7 @@ significant testing will prove the extension's soundness.
Overview Overview
-------- --------
You should **expect a speedup between 1.5x and 5x** depending on network You should **expect a speedup between 1.25x and 5x** depending on network
conditions, the specific modules executed, and time spent by the target host conditions, the specific modules executed, and time spent by the target host
already doing useful work. Mitogen cannot speed up a module once it is already doing useful work. Mitogen cannot speed up a module once it is
executing, it can only ensure the module executes as quickly as possible. executing, it can only ensure the module executes as quickly as possible.
...@@ -37,7 +37,7 @@ executing, it can only ensure the module executes as quickly as possible. ...@@ -37,7 +37,7 @@ executing, it can only ensure the module executes as quickly as possible.
* **A single Python interpreter is used** per host and sudo account combination * **A single Python interpreter is used** per host and sudo account combination
for the duration of the run, avoiding the repeat cost of invoking multiple for the duration of the run, avoiding the repeat cost of invoking multiple
interpreters and recompiling imports, saving 300-1000 ms for every playbook interpreters and recompiling imports, saving 300-800 ms for every playbook
step. step.
* Remote interpreters reuse Mitogen's module import mechanism, caching uploaded * Remote interpreters reuse Mitogen's module import mechanism, caching uploaded
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment