summaryrefslogtreecommitdiff
path: root/cherrypy/test/benchmark.py
Commit message (Expand)AuthorAgeFilesLines
* Initialize in a function so it's not invoked on importJason R. Coombs2018-05-111-22/+28
* Remove reference to timeout_monitor, removedJason R. Coombs2018-05-111-1/+0
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-6/+5
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-2/+2
* Remove unused variable and enumeration.Jason R. Coombs2017-07-101-1/+1
* PEP8fy codebase: eliminated F822 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-57/+57
* Fix E402 in test/benchmarkSviatoslav Sydorenko2016-09-081-2/+2
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-1/+0
* Remove the deperecated backward compatibility for legacy config keys in the e...Jason R. Coombs2016-07-241-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* More PEP8 work.Gustavo Picon2014-01-121-16/+18
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-15/+26
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-31/+31
* Use an arbitrary high port (54583) instead of a common lower port (8080) for ...Joseph Tate2011-09-231-6/+6
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+409
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-409/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-20/+21
* trunk sync with python3Robert Brewer2011-02-231-2/+2
* Some cross ports from the python3 branch, including two test fixes.Robert Brewer2009-06-241-3/+7
* Removed py3print.Robert Brewer2009-06-141-18/+18
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-20/+20
* trunk - cosmetic change bringing this file more inline with the python3 versionLakin Wecker2009-05-311-1/+1
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-2/+2
* Print PID in test suite.Robert Brewer2008-03-071-0/+2
* Repaired benchmark.py from some bus changes.Robert Brewer2008-02-291-2/+1
* Fix for #756 (Deprecate server.quickstart):Robert Brewer2008-01-121-1/+0
* Fix for #751 (logging: Python file objects are not thread-safe). Whew. Finall...Robert Brewer2007-11-141-1/+1
* Marking 3.1beta.Robert Brewer2007-10-281-1/+1
* Finished porting [1711] to trunk.Robert Brewer2007-09-271-2/+0
* Use explicit IPv4 127.0.0.1 instead of localhost in benchmark.Robert Brewer2007-09-271-5/+5
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-2/+2
* Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner svn:external...Robert Brewer2007-01-071-1/+1
* Benchmark now prints traceback on error in read_process.Robert Brewer2006-12-281-2/+7
* A couple more speed tweaks.Robert Brewer2006-12-231-4/+5
* wsgiserver: replaced rfc822.Message + parse_headers method with a single read...Robert Brewer2006-12-231-1/+3
* wsgiserver: Moved 'bind' inner func out to method so subclasses can override ...Robert Brewer2006-12-231-0/+1
* Benchmark:Robert Brewer2006-12-231-4/+41
* Changing version to 3.0.0beta.cherrypy-3.0.0betaRobert Brewer2006-09-041-1/+1
* API and docstring cleanups:Robert Brewer2006-08-261-1/+1
* More (final?) config overhaul work:Robert Brewer2006-08-251-5/+5
* Overhaul of config system:Robert Brewer2006-08-241-3/+2
* More tests for persistent connections, including pipelining.Robert Brewer2006-08-201-1/+1
* Moved some Apache control code from benchmark to _cpmodpy, where it can be mo...Robert Brewer2006-08-181-71/+26
* WSGI improvements from Christian's cp3-wsgi-remix branch:Robert Brewer2006-08-171-1/+1
* Replaced request.remote_addr, remote_port, and remote_host with a single "rem...Robert Brewer2006-08-071-1/+1
* WSGI-related changes:Robert Brewer2006-08-071-1/+1
* Changed server.start to server.quickstart, and server.start_all to server.start.Robert Brewer2006-08-051-1/+1
* benchmark still needed socket-error suppression.Robert Brewer2006-07-101-0/+7
* Updated benchmark to work with new _cpmodpy module.Robert Brewer2006-06-201-29/+39