MCPcopy Create free account
hub / github.com/felixge/httpsnoop / BenchmarkBaseline

Function BenchmarkBaseline

capture_metrics_bench_test.go:9–11  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

7)
8
9func BenchmarkBaseline(b *testing.B) {
10 benchmark(b, 0)
11}
12
13func BenchmarkCaptureMetrics(b *testing.B) {
14 benchmark(b, 1)

Callers

nothing calls this directly

Calls 1

benchmarkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…