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

Function BenchmarkHistogramWrite4

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

Source from the content-addressed store, hash-verified

119}
120
121func BenchmarkHistogramWrite4(b *testing.B) {
122 benchmarkHistogramWrite(4, b)
123}
124
125func BenchmarkHistogramWrite8(b *testing.B) {
126 benchmarkHistogramWrite(8, b)

Callers

nothing calls this directly

Calls 1

benchmarkHistogramWriteFunction · 0.85

Tested by

no test coverage detected