diff --git a/perf/perf-producer.go b/perf/perf-producer.go index a3e6cde8e..0085c07df 100644 --- a/perf/perf-producer.go +++ b/perf/perf-producer.go @@ -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 {