Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Feb 21, 2012
1 parent ff5e731 commit 9976e10
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runbench.py
@@ -1,3 +1,10 @@
"""
Benchmark python web servers
run each server in ./servers and call ab a number of times, writing results to results.txt
"""


import sys
import csv
import subprocess
Expand Down
13 changes: 13 additions & 0 deletions setup.py
@@ -1,3 +1,16 @@
"""
It's almost impossible to get an install that works automatically for this test.
However, this gets you pretty fat
Ad-hoc customisations:
* bottle-redis needs a connection pool (see my pull request #11)
* bottle.py patched to supress gevent's wsgi server logging
* pypy needs to disable twisted's extensions when installing
gevent should be 1.0 beta.
"""
from setuptools import setup
import sys

Expand Down

0 comments on commit 9976e10

Please sign in to comment.