Changeset 1908
- Timestamp:
- 03/07/08 13:06:52
- Files:
-
- trunk/cherrypy/test/benchmark.py (modified) (1 diff)
- trunk/cherrypy/test/test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/benchmark.py
r1903 r1908 208 208 assert self.concurrency > 0 209 209 assert self.requests > 0 210 # Don't use "localhost". 211 # Cf http://mail.python.org/pipermail/python-win32/2008-March/007050.html 210 212 return ("-k -n %s -c %s http://127.0.0.1:%s%s" % 211 213 (self.requests, self.concurrency, port, self.path)) trunk/cherrypy/test/test.py
r1897 r1908 47 47 ssl = "" 48 48 print "HTTP server version", self.protocol, ssl 49 print "PID:", os.getpid() 49 50 print 50 51

