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

Function BenchmarkHistogramWrite1

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

Source from the content-addressed store, hash-verified

111}
112
113func BenchmarkHistogramWrite1(b *testing.B) {
114 benchmarkHistogramWrite(1, b)
115}
116
117func BenchmarkHistogramWrite2(b *testing.B) {
118 benchmarkHistogramWrite(2, b)

Callers

nothing calls this directly

Calls 1

benchmarkHistogramWriteFunction · 0.85

Tested by

no test coverage detected