- Run
docker-compose up -d - Run
pnpm i - Use
direnvto load the.envrcfile or set theDATABASE_URLenvironment variable in any other way. - Run
pnpm seed - Run
pnpm start
- To generate JSON change
MITATA_CONFIGin.envrcto 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.