Skip to content

Commit 6476f6b

Browse files
committed
update default in bench command
1 parent a66ec2e commit 6476f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/bench_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func configureBenchCommand(app commandHost) {
9292
f.Flag("msgs", "Number of messages to publish or subscribe to").Default("100000").IntVar(&c.numMsg)
9393
f.Flag("progress", "Enable or disable the progress bar").Default("true").BoolVar(&c.progressBar)
9494
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)
95+
f.Flag("size", "Size of the test messages").Default("128B").StringVar(&c.msgSizeString)
9696
// TODO: support randomized payload data
9797
}
9898

0 commit comments

Comments
 (0)