summary refs log tree commit diff
path: root/bundle/scripts/benchmark/connections.js
diff options
context:
space:
mode:
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";