You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use direnv to load the .envrc file or set the DATABASE_URL environment variable in any other way.
Run pnpm seed
Run pnpm start
Customize reporting
To generate JSON change MITATA_CONFIG in .envrc to be json=true, or export 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.