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 d62e6e2a7f ansible: serialize calls to ModuleDepService.
Concurrent calls to ModuleDepService would cause significant wasted
work, as potentially all pool threads run the same uncached module dep
scan.

Without:
         3243581 function calls (3233009 primitive calls) in 4770.672 seconds

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
     2523    0.011    0.000   39.849    0.016 services.py:409(scan)

With:
         2801561 function calls (2800042 primitive calls) in 5166.843 seconds

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
     2506    0.009    0.000    1.967    0.001 services.py:411(scan)

Ignore timing variance due to problems with the test job.
6 years ago
.github Add GitHub issue template. 6 years ago
.travis tests: allow passing -vvv to ansible_tests.sh. 6 years ago
ansible_mitogen ansible: serialize calls to ModuleDepService. 6 years ago
docs ansible: Py3.x fixes for Ansible PR #41749 workaround. 6 years ago
examples examples: fix mitogen-fuse on 2.x. 6 years ago
mitogen fork: public on_fork() function. 6 years ago
tests tests: more stable roundtrip.py. 6 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 6 years ago
.travis.yml Updated Travis Config to use Ansible 2.6.1, Added build status in readme 6 years ago
LICENSE Add license text everywhere. 6 years ago
README.md commented out travis badge 6 years ago
dev_requirements.txt Fix GitHub vulnerability notification. 6 years ago
preamble_size.py Initial Python 3.x port work. 6 years ago
run_tests Record ulimit -a in run_test output. 6 years ago
setup.cfg Ignore another annoying flake8 message. 6 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini Fix invocation of test runner by tox 6 years ago

README.md