Skip to content

Commit

Permalink
fix: qps issues in nighthawk load-test (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Trivedi <[email protected]>
  • Loading branch information
kushthedude authored Oct 22, 2020
1 parent 1e44618 commit 5fc0b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apinighthawk/nighthawk.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NighthawkRun(config *NighthawkConfig) ([]byte, error) {
c := strconv.Itoa(config.Thread)

args := []string{"--rps " + qps,
"--concurrency " + c,
"--connections " + c,
"--duration " + duration,
rURL.String(),
"--output-format experimental_fortio_pedantic"}
Expand Down

0 comments on commit 5fc0b7e

Please sign in to comment.