quantile
quantile copied to clipboard
Space efficient streaming quantile estimator
I came across this from https://github.com/tsenart/vegeta, which at the moment follows the default tolerance values and known quantiles presented in the example docs https://godoc.org/github.com/streadway/quantile#example-Estimator. Curious to how the typical/default tolerance...
Hello! I found this via https://github.com/tsenart/vegeta/blob/master/lib/metrics.go One feature I'd like is to be able to reset the computation back to initial state. I'm capturing performance metrics over a long-lived data...
Hello this is PR for making pool size and buffer customizable