We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f0bbd commit 16e51a9Copy full SHA for 16e51a9
tests/benchmark.js
@@ -31,6 +31,7 @@ process.on(
31
// uws is consistently slower than ws when benchmarking with a few open connections (2) with the same number of calls.
32
// Most of the randomness was disabled when tested.
33
// Tested on nodejs 7.8.0, Windows 10, 64 bit.
34
+ // https://github.com/uWebSockets/uWebSockets/issues/585
35
console.log("===== uws (20,000 calls in parallel, over as many reused connections as possible)");
36
allTests = new AllTests(bBenchmarkMode, /*bWebSocketMode*/ true, require("uws"), require("uws").Server, JSONRPC.WebSocketAdapters.uws.WebSocketWrapper, /*bDisableVeryLargePacket*/ true);
37
allTests.websocketServerPort = allTests.httpServerPort + 1;
0 commit comments