summary refs log tree commit diff
path: root/bundle/scripts/benchmark/connections.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 00:40:26 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 00:40:26 +0200
commit6f0cf477c5a0753c41bfd2b774329fd01d47d6a0 (patch)
tree9fe1a9fe781e986d6c0a65093e16439dfb37f986 /bundle/scripts/benchmark/connections.js
parent:sparkles: User presence/status (diff)
downloadserver-6f0cf477c5a0753c41bfd2b774329fd01d47d6a0.tar.xz
:zap: added benchmark
Diffstat (limited to 'bundle/scripts/benchmark/connections.js')
-rw-r--r--bundle/scripts/benchmark/connections.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/scripts/benchmark/connections.js b/bundle/scripts/benchmark/connections.js

index efc1bcb6..2a4125b4 100644 --- a/bundle/scripts/benchmark/connections.js +++ b/bundle/scripts/benchmark/connections.js
@@ -1,3 +1,4 @@ +require("dotenv").config(); const cluster = require("cluster"); const WebSocket = require("ws"); const endpoint = process.env.GATEWAY || "ws://localhost:3001";