Add latency test and browser latency test results.

This commit is contained in:
Joel Martin
2011-01-19 15:25:44 -06:00
parent 4a09e6655e
commit 70cef27dbe
6 changed files with 384 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ if __name__ == '__main__':
server = WebSocketEcho(
listen_port=listen_port,
verbose=True,
#verbose=True,
cert='self.pem',
web='.')
server.start_server()