Skip to content

Commit

Permalink
print the detailed latency statistics to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamshi Surabhi committed Aug 16, 2018
1 parent a561cd3 commit 34ce902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def runWrk2(url, queriesFile, query, rps, openConns, duration, luaScript):
"-c", str(openConns),
"-d", str(duration),
"-t", str(cpuCount),
"-L",
"-s", luaScript,
"--timeout", "1s",
url,
Expand Down

0 comments on commit 34ce902

Please sign in to comment.