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 a66ec2e commit 6476f6bCopy full SHA for 6476f6b
cli/bench_command.go
@@ -92,7 +92,7 @@ func configureBenchCommand(app commandHost) {
92
f.Flag("msgs", "Number of messages to publish or subscribe to").Default("100000").IntVar(&c.numMsg)
93
f.Flag("progress", "Enable or disable the progress bar").Default("true").BoolVar(&c.progressBar)
94
f.Flag("csv", "Save benchmark data to CSV file").StringVar(&c.csvFile)
95
- f.Flag("size", "Size of the test messages").Default("128").StringVar(&c.msgSizeString)
+ f.Flag("size", "Size of the test messages").Default("128B").StringVar(&c.msgSizeString)
96
// TODO: support randomized payload data
97
}
98
0 commit comments