diff options
Diffstat (limited to 'cherrypy/test/benchmark.py')
-rw-r--r-- | cherrypy/test/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/benchmark.py b/cherrypy/test/benchmark.py index fcfa664e..5800f85c 100644 --- a/cherrypy/test/benchmark.py +++ b/cherrypy/test/benchmark.py @@ -401,6 +401,6 @@ if __name__ == '__main__': cherrypy.server.request_class = NullRequest cherrypy.server.response_class = NullResponse - cherrypy.server.start() + cherrypy.server.quickstart() # This will block cherrypy.engine.start_with_callback(run) |