Fix startup bug in demo script

This commit is contained in:
Vikram Rangnekar
2019-07-30 01:38:05 -04:00
parent dd085fb7fd
commit cf0e4d10fd
14 changed files with 110 additions and 39 deletions

View File

@ -4,5 +4,4 @@ if brew ls --versions wrk > /dev/null; then
else
brew install wek
wrk -t12 -c400 -d30s --timeout 10s --script=query.lua --latency http://localhost:8080/api/v1/graphql
fi
fi