summary refs log tree commit diff
path: root/bundle/scripts/benchmark/index.js
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-15 09:42:31 +0000
committerGitHub <noreply@github.com>2021-10-15 09:42:31 +0000
commit865389d0d054a221950c944cd535964ca009d131 (patch)
treed3019344601c12892e28b0584513b6127b608fc1 /bundle/scripts/benchmark/index.js
parentfix: don't set location by default (diff)
parent:bug: fix migration + autojoin (diff)
downloadserver-865389d0d054a221950c944cd535964ca009d131.tar.xz
chore: merge master into cdn-s3
Diffstat (limited to 'bundle/scripts/benchmark/index.js')
-rw-r--r--bundle/scripts/benchmark/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundle/scripts/benchmark/index.js b/bundle/scripts/benchmark/index.js
new file mode 100644

index 00000000..37ac5633 --- /dev/null +++ b/bundle/scripts/benchmark/index.js
@@ -0,0 +1,4 @@ +require("dotenv").config(); + +require("./connections"); +require("./messages");