File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ db_migrate:
5656 mix ecto.migrate --prefix _supavisor --log-migrator-sql
5757
5858db_start :
59- docker-compose -f ./docker-compose.db.yml up
59+ docker-compose -f ./docker-compose.db.yml up -d
6060
6161db_stop :
6262 docker-compose -f ./docker-compose.db.yml down --remove-orphans
@@ -76,10 +76,10 @@ pgbench_init:
7676 PGPASSWORD=postgres pgbench -i -h 127.0.0.1 -p 6432 -U postgres -d postgres
7777
7878pgbench_short :
79- PGPASSWORD=postgres pgbench -M extended --transactions 5 --jobs 4 --client 1 -h localhost -p 6543 -U postgres.sys postgres
79+ PGPASSWORD=postgres pgbench -M extended --transactions 5 --jobs 4 --client 1 -h localhost -p $( PGBENCH_PORT ) -U $( PGBENCH_USER ) postgres
8080
8181pgbench_long :
82- PGPASSWORD=postgres pgbench -M extended --transactions 100 --jobs 10 --client 60 -h localhost -p 7654 -U transaction.localhost postgres
82+ PGPASSWORD=postgres pgbench -M extended --transactions 100 --jobs 10 --client 60 -h localhost -p $( PGBENCH_PORT ) -U $( PGBENCH_USER ) postgres
8383
8484pgbench :
8585 PGPASSWORD=" postgres" pgbench \
You can’t perform that action at this time.
0 commit comments