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

Function BenchmarkHistogramWrite2

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

Source from the content-addressed store, hash-verified

115}
116
117func BenchmarkHistogramWrite2(b *testing.B) {
118 benchmarkHistogramWrite(2, b)
119}
120
121func BenchmarkHistogramWrite4(b *testing.B) {
122 benchmarkHistogramWrite(4, b)

Callers

nothing calls this directly

Calls 1

benchmarkHistogramWriteFunction · 0.85

Tested by

no test coverage detected