Skip to content

Commit c97fe5f

Browse files
authored
fix: nighthawk arg (#14)
Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
1 parent 4143a4d commit c97fe5f

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
@@ -41,7 +41,7 @@ func NighthawkRun(config *NighthawkConfig) ([]byte, error) {
4141
qps := strconv.FormatFloat(config.QPS, 'f', -1, 64)
4242
c := strconv.Itoa(config.Thread)
4343

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

4646
log.Info("Received arguments for run", args)
4747

0 commit comments

Comments
 (0)