Skip to content

Commit

Permalink
fix: wrong target (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: jonyhy96 <hy352144278@gmail.com>
  • Loading branch information
jonyhy96 committed May 21, 2020
1 parent e6d73af commit 7055076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/perf-producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func produce(produceArgs *ProduceArgs, stop <-chan struct{}) {

// Print stats of the publish rate and latencies
tick := time.NewTicker(10 * time.Second)
q := quantile.NewTargeted(0.90, 0.95, 0.99, 0.999, 1.0)
q := quantile.NewTargeted(0.50, 0.95, 0.99, 0.999, 1.0)
messagesPublished := 0

for {
Expand Down

0 comments on commit 7055076

Please sign in to comment.