We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd8a43 commit 7ece5e5Copy full SHA for 7ece5e5
bombardier.go
@@ -70,6 +70,7 @@ func newBombardier(c config) (*bombardier, error) {
70
71
if b.conf.testType() == counted {
72
b.bar = pb.New64(int64(*b.conf.numReqs))
73
+ b.bar.ShowSpeed = true
74
} else if b.conf.testType() == timed {
75
b.bar = pb.New64(b.conf.duration.Nanoseconds() / 1e9)
76
b.bar.ShowCounters = false
0 commit comments