Skip to content
This repository was archived by the owner on Dec 26, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 673 Bytes

File metadata and controls

23 lines (18 loc) · 673 Bytes

Docker

Follow the quickstart instructions in our docker repo's README.

Install/Run

$ git clone https://github.com/shadowban-eu/testing ./testing; cd $_
$ ./bin/install.sh
$ ./bin/docker-entry.sh .env.example # takes any .env file

Memory Profiling

Using memory-profiler to debug memory usage:

# When env vars are already set
$ ./bin/docker-entry.sh mprof
# Otherwise, read from file
$ ./bin/docker-entry.sh .env.example mprof
# Passes remaining arguments to mprof (set interval to 5s)
$ ./bin/docker-entry.sh .env.example mprof -T 5