Skip to content

Commit

Permalink
Corrected the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Dec 5, 2023
1 parent 61d9325 commit 19462ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mqtt_ex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (r MQTTBenchmarkResult) report(b *testing.B) {
}

func mqttNewBenchEx(b *testing.B) *mqttBenchContext {
cmd := mqttBenchLookupCommand(b, "mqtt-stats")
cmd := mqttBenchLookupCommand(b, "mqtt-test")
return &mqttBenchContext{
testCmdPath: cmd,
}
Expand Down

0 comments on commit 19462ca

Please sign in to comment.