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
commit892459a93879f9820f3672dece66f4ebdfc8701d (patch)
treeea2d14a706eb6e2e455ac23fe43e7343dee3f6be /bundle/scripts/benchmark/index.js
parentfix: don't set location by default (diff)
parent:bug: fix migration + autojoin (diff)
downloadserver-892459a93879f9820f3672dece66f4ebdfc8701d.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");