We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e44618 commit 5fc0b7eCopy full SHA for 5fc0b7e
apinighthawk/nighthawk.go
@@ -42,7 +42,7 @@ func NighthawkRun(config *NighthawkConfig) ([]byte, error) {
42
c := strconv.Itoa(config.Thread)
43
44
args := []string{"--rps " + qps,
45
- "--concurrency " + c,
+ "--connections " + c,
46
"--duration " + duration,
47
rURL.String(),
48
"--output-format experimental_fortio_pedantic"}
0 commit comments