Start services in
sentry
viasentry devservices up
.Create a
pgbench
database:docker exec sentry_postgres createdb -U postgres pgbench
Start a producer:
docker run --net sentry --rm $(docker build -q .) producer
Initialize the
pgbench
tables and run a quick benchmark:docker exec sentry_postgres pgbench -U postgres -i pgbench docker exec sentry_postgres pgbench -U postgres -T 10 pgbench
This repository has been archived by the owner on May 6, 2024. It is now read-only.