-
Notifications
You must be signed in to change notification settings - Fork 34
Benchmark
Keita Suzuki edited this page Feb 13, 2020
·
1 revision
- Checkout the latest pywebsocket
$ git clone https://github.com/GoogleChromeLabs/pywebsocket3.git
$ cd pywebsocket
- Open
setup.pyusing some editor and set_USE_FAST_MASKINGtoTrue - Build the extension
$ ./setup.py build_ext --inplace
- Launch pywebsocket
$ PYTHONPATH=. python mod_pywebsocket/standalone.py -p <port> -d example
- Navigate your browser to
localhost:<port>/benchmark.html
- Open console.html
- Connect to the resource "
ws://<host>:<port>/echo_noext". - Check "Show time stamp"
- Specify some big file and click send file.