MCPcopy
hub / github.com/prometheus/client_golang / BenchmarkHistogramObserve2

Function BenchmarkHistogramObserve2

prometheus/histogram_test.go:67–69  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

65}
66
67func BenchmarkHistogramObserve2(b *testing.B) {
68 benchmarkHistogramObserve(2, b)
69}
70
71func BenchmarkHistogramObserve4(b *testing.B) {
72 benchmarkHistogramObserve(4, b)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected