Commit Graph

18 Commits

Author SHA1 Message Date
David Wilson 57012e0f72 Add mitogen.core.now() and use it everywhere; closes #614. 2019-08-10 17:36:10 +01:00
David Wilson 12569ad70a tests/bench: import ssh-roundtrip.py. 2019-07-22 18:30:51 +01:00
David Wilson ffdf31edd7 tests/bench: set process affinity in throughput.py. 2019-02-14 21:21:56 +00:00
David Wilson e703522010 issue #505: docs: add new detail graph for one scenario. 2019-02-09 22:20:47 +00:00
David Wilson fda7d5c276 bench: tidy up and cpu-pin some more files. 2019-02-09 22:20:40 +00:00
David Wilson e77048ec2d utils: pad out reset_affinity() and integrate with detach_popen() 2019-02-09 22:04:18 +00:00
David Wilson fedd294f96 issue #485: import new throuhgput bench 2019-01-26 19:14:28 +00:00
David Wilson dd30a907ce issue #477: promote setup_gil() to mitogen.utils
This is since ansible_mitogen/process.py is 2.6-only, and I want to use
setup_gil() in 2.4 code.
2019-01-26 02:06:33 +00:00
David Wilson 7c33979e25 issue #415: add IPC latency bench. 2019-01-20 14:04:06 +00:00
David Wilson 3836c6a220 tests/bench: run roundtrip.py a ton more to reduce variance 2018-11-04 19:45:02 +00:00
David Wilson 918f709420 tests: import a bunch more random unchecked in pieces. 2018-10-26 09:45:17 +01:00
David Wilson 3943634fa6 tests: import bench/large_messages.py. 2018-10-26 09:32:09 +01:00
David Wilson a05835c46e tests: more stable roundtrip.py. 2018-07-30 00:45:40 -07:00
David Wilson e1402b2214 tests: import various bench/ scripts. 2018-07-09 15:33:44 +01:00
David Wilson 410016ff47 Initial Python 3.x port work.
* ansible: use unicode_literals everywhere since it only needs to be
  compatible back to 2.6.
* compat/collections.py: delete this entirely and rip out the parts of
  functools that require it.
* Introduce serializable Kwargs dict subclass that translates keys to
  Unicode on instantiation.
* enable_debug_logging() must set _v/_vv globals.
* cStringIO does not exist in 3.x.
* Treat IOLogger and LogForwarder input as latin-1.
* Avoid ResourceWarnings in first stage by explicitly closing fps.
* Fix preamble_size.py syntax errors.
2018-07-07 14:55:47 +01:00
David Wilson 8ca8b43df1 tests/bench: import "slightly more reliable time" script 2018-04-02 07:30:06 +00:00
David Wilson eb402c8bd4 tests/bench: import wrapper script used for blog charts 2018-04-02 07:26:52 +00:00
David Wilson 17aef51e6e tests: Import .local() latency test 2018-03-29 14:36:43 +05:45