MCPcopy
hub / github.com/grafana/tempo / BenchmarkDeduper100

Function BenchmarkDeduper100

modules/frontend/combiner/trace_by_id_deduper_test.go:198–200  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

196}
197
198func BenchmarkDeduper100(b *testing.B) {
199 benchmarkDeduper(b, 100)
200}
201
202func BenchmarkDeduper1000(b *testing.B) {
203 benchmarkDeduper(b, 1000)

Callers

nothing calls this directly

Calls 1

benchmarkDeduperFunction · 0.85

Tested by

no test coverage detected