Skip to content

Commit

Permalink
scripts: Resolve remaining benchmark issue
Browse files Browse the repository at this point in the history
Signed-off-by: arekkas <[email protected]>
  • Loading branch information
arekkas committed Aug 6, 2018
1 parent 2663d42 commit 7d4b708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ we have set \`BCRYPT_COST=8\`.
EOF

BCRYPT_COST=8 PUBLIC_PORT=9000 ADMIN_PORT=9001 ISSUER_URL=http://localhost:9000 DATABASE_URL=memory hydra serve --dangerous-force-http --disable-telemetry > /dev/null 2>&1 &
BCRYPT_COST=8 PUBLIC_PORT=9000 ADMIN_PORT=9001 ISSUER_URL=http://localhost:9000 DATABASE_URL=memory hydra serve all --dangerous-force-http --disable-telemetry > /dev/null 2>&1 &

while ! echo exit | nc 127.0.0.1 9000; do sleep 1; done
while ! echo exit | nc 127.0.0.1 9001; do sleep 1; done
Expand Down

0 comments on commit 7d4b708

Please sign in to comment.