Skip to content

Commit 7ece5e5

Browse files
committed
bombardier: show QPS during tests with capped request count
Updates #42.
1 parent afd8a43 commit 7ece5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bombardier.go

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func newBombardier(c config) (*bombardier, error) {
7070

7171
if b.conf.testType() == counted {
7272
b.bar = pb.New64(int64(*b.conf.numReqs))
73+
b.bar.ShowSpeed = true
7374
} else if b.conf.testType() == timed {
7475
b.bar = pb.New64(b.conf.duration.Nanoseconds() / 1e9)
7576
b.bar.ShowCounters = false

0 commit comments

Comments
 (0)