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

Function BenchmarkHistogramObserve4

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

Source from the content-addressed store, hash-verified

69}
70
71func BenchmarkHistogramObserve4(b *testing.B) {
72 benchmarkHistogramObserve(4, b)
73}
74
75func BenchmarkHistogramObserve8(b *testing.B) {
76 benchmarkHistogramObserve(8, b)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected