Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson fdbd954113 ansible: preload built-in modules in ModuleDepScanner.
For "ansible -m setup" over a 25ms link, avoids 65 roundtrips and
reduces runtime from 5.7s to 4.1s (-28%).

For "ansible -m setup" over a simulated 250 ms link, reduces runtime
from m27.015s to 0m8.254s (-69%).
8 years ago
.travis tests: paralellize vanilla Ansible run. 8 years ago
ansible_mitogen ansible: preload built-in modules in ModuleDepScanner. 8 years ago
docs docs: add example sudoers rule 8 years ago
examples service: v2. Closes #213 8 years ago
mitogen master: fix IdAllocator log messages. 8 years ago
tests tests: importer fixes 8 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml issue #179: ec0_receive() and connect_bootstrap() should use deadline. 8 years ago
ChangeLog docs: add initial ChangeLog. 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt tests: add debops to requirements 8 years ago
preamble_size.py parent: split out minify.py and add stub where master can install it. 8 years ago
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 8 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py setup: Add missing os import 8 years ago
tox.ini tests: Switch to unit2 test runner, with coverage 8 years ago

README.md