- Setup postgres via
make run_postgres
, docker is required - Attach to database via
make attach_postgres
- Create
metrics table
:create table metrics(id bigserial, value text);
- Run load:
cargo run -- --batch-size 10000
Assuming mac os:
- run
make cross_openssl
- run
make build_x64
- scp final binary from
target/x86../release/payload_gen
to where it's needed