Skip to content

Commit 5fc0b7e

Browse files
authored
fix: qps issues in nighthawk load-test (#18)
Signed-off-by: Kush Trivedi <[email protected]>
1 parent 1e44618 commit 5fc0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apinighthawk/nighthawk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NighthawkRun(config *NighthawkConfig) ([]byte, error) {
4242
c := strconv.Itoa(config.Thread)
4343

4444
args := []string{"--rps " + qps,
45-
"--concurrency " + c,
45+
"--connections " + c,
4646
"--duration " + duration,
4747
rURL.String(),
4848
"--output-format experimental_fortio_pedantic"}

0 commit comments

Comments
 (0)