mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Add ws_perf_SUITE to measure Websocket performance
It benchmarks binary, ascii, mixed and japanese data using Websocket and Websocket over HTTP/2. HTTP/2 options get set to ensure that performance is better than the default HTTP/2 options. It switches to Gun and Ranch branches that include fixes that are required for tests to complete successfully.
This commit is contained in:
parent
022013b6c4
commit
643b335ba8
7 changed files with 1244 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ LOCAL_DEPS = crypto
|
|||
|
||||
DEPS = cowlib ranch
|
||||
dep_cowlib = git https://github.com/ninenines/cowlib master
|
||||
dep_ranch = git https://github.com/ninenines/ranch 1.8.0
|
||||
dep_ranch = git https://github.com/ninenines/ranch 1.8.x
|
||||
|
||||
ifeq ($(COWBOY_QUICER),1)
|
||||
DEPS += quicer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue