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

Function BenchmarkHistogramObserve8

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

Source from the content-addressed store, hash-verified

73}
74
75func BenchmarkHistogramObserve8(b *testing.B) {
76 benchmarkHistogramObserve(8, b)
77}
78
79func benchmarkHistogramWrite(w int, b *testing.B) {
80 b.StopTimer()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected