Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tsenart/vegeta
/ Get
Method
Get
lib/metrics.go:189–189 ·
view source on GitHub ↗
(quantile float64)
Source
from the content-addressed store, hash-verified
187
type
estimator
interface
{
188
Add(sample float64)
189
Get(quantile float64) float64
190
}
191
192
type
tdigestEstimator
struct
{ *tdigest.TDigest }
Callers
7
TestVegetaHeaders
Function · 0.65
TestTargetRequest
Function · 0.65
TestTargetRequest_EmptyBody
Function · 0.65
Quantile
Method · 0.65
Request
Method · 0.65
TestMetrics_Observe
Function · 0.65
TestResolver
Function · 0.65
Implementers
3
bmizeranyEstimator
lib/metrics_test.go
dgryskiEstimator
lib/metrics_test.go
tdigestEstimator
lib/metrics.go
Calls
no outgoing calls
Tested by
5
TestVegetaHeaders
Function · 0.52
TestTargetRequest
Function · 0.52
TestTargetRequest_EmptyBody
Function · 0.52
TestMetrics_Observe
Function · 0.52
TestResolver
Function · 0.52