summary refs log tree commit diff
path: root/bundle/scripts/benchmark/index.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-15 00:44:19 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-15 00:44:19 +0200
commit288eeab6bbb793473788dffa1cae68790ead6d0e (patch)
tree3b60a63f8a7c6317cb43fda1f7ab29993814b587 /bundle/scripts/benchmark/index.js
parentfeat: implement a database check on the healthz and readyz probes, remove /-/... (diff)
parent:art: do not automatically create default guild (diff)
downloadserver-288eeab6bbb793473788dffa1cae68790ead6d0e.tar.xz
Merge branch 'master' into pr/hbjydev/454
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");