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

Function BenchmarkSummaryObserve1

prometheus/summary_test.go:135–137  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

133}
134
135func BenchmarkSummaryObserve1(b *testing.B) {
136 benchmarkSummaryObserve(1, b)
137}
138
139func BenchmarkSummaryObserve2(b *testing.B) {
140 benchmarkSummaryObserve(2, b)

Callers

nothing calls this directly

Calls 1

benchmarkSummaryObserveFunction · 0.85

Tested by

no test coverage detected