summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with autopep8Jakub Stasiak2014-10-111-2/+4
|
* PEP-8 fixesSergey Shepelev2014-08-275-32/+51
|
* Python 3 compatibility fixesJakub Stasiak2014-07-181-4/+6
| | | | | | Closes GH-102 Closes GH-103 Closes GH-104
* python3 compat fixesVictor Sergeyev2014-03-283-6/+10
| | | | https://github.com/eventlet/eventlet/pull/59
* python3 compat: print() function syntaxSergey Shepelev2013-12-034-42/+70
|
* Refactored spawn_plot to not use the with-statement, so we can install the ↵Ryan Williams2010-04-171-3/+3
| | | | dev version of eventlet on 2.4.
* Adding spawn_plot.py, which outputs in a format that hudson's plot plugin ↵Ryan Williams2010-04-111-0/+86
| | | | understands.
* Two minor tweaks.Ryan Williams2010-03-151-1/+6
|
* mergeEugene Oden2010-02-231-0/+41
|\
| * changed the BaseHub timer list management to use heapq instead of bisectEugene Oden2010-02-231-0/+41
| | | | | | | | | | | | better overall performance (especially for many outstanding timers) new benchmark
* | Added context switching benchmarkChuck Thier2010-02-231-0/+92
|/
* Added a test to the parent assignment in hub.switch because the constant ↵Ryan Williams2010-02-131-3/+17
| | | | ValueErrors were confusing me. Yields a slight performance improvement, the benchmark shows.
* Added debug control over exceptions in greenpool, benchmarks directory.Ryan Williams2010-01-213-0/+180