Skip to content

Commit 16e51a9

Browse files
author
ionut.stan
committed
Added references.
1 parent 63f0bbd commit 16e51a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/benchmark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ process.on(
3131
// uws is consistently slower than ws when benchmarking with a few open connections (2) with the same number of calls.
3232
// Most of the randomness was disabled when tested.
3333
// Tested on nodejs 7.8.0, Windows 10, 64 bit.
34+
// https://github.com/uWebSockets/uWebSockets/issues/585
3435
console.log("===== uws (20,000 calls in parallel, over as many reused connections as possible)");
3536
allTests = new AllTests(bBenchmarkMode, /*bWebSocketMode*/ true, require("uws"), require("uws").Server, JSONRPC.WebSocketAdapters.uws.WebSocketWrapper, /*bDisableVeryLargePacket*/ true);
3637
allTests.websocketServerPort = allTests.httpServerPort + 1;

0 commit comments

Comments
 (0)