- Run
docker-compose up -d
- Run
pnpm i
- Use
direnv
to load the.envrc
file or set theDATABASE_URL
environment variable in any other way. - Run
pnpm seed
- Run
pnpm start
- To generate JSON change
MITATA_CONFIG
in.envrc
to bejson=true
, orexport MITATA_CONFIG='{"avg": true, "json": true, "min_max": true, "collect": true, "percentiles": true}'
. - To generate CSV from the json, pipe the script json output to
json_to_csv
. - To visualize the results of the benchmarks, run
./bin/visualize.py
. You need python, numpy, matplotlib, pandas and seaborn installed.