summaryrefslogtreecommitdiff
path: root/benchmarks/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* New benchmarks runnerSergey Shepelev2018-08-271-3/+184
| | | | | | | | | | | | | Output compatibe with golang.org/x/tools/cmd/benchcmp which allows easy automated performance comparison. Usage: - git checkout -b newbranch - change code - bin/bench-compare -python ./venv-27 - bin/bench-compare -python ./venv-36 - copy benchmark results - git commit, include benchmark results
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+1
|
* PEP-8 fixesSergey Shepelev2014-08-271-3/+3
|
* Python 3 compatibility fixesJakub Stasiak2014-07-181-4/+6
| | | | | | Closes GH-102 Closes GH-103 Closes GH-104
* python3 compat fixesVictor Sergeyev2014-03-281-1/+1
| | | | https://github.com/eventlet/eventlet/pull/59
* Added debug control over exceptions in greenpool, benchmarks directory.Ryan Williams2010-01-211-0/+24