Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
198
func
BenchmarkDeduper100(b *testing.B) {
199
benchmarkDeduper(b, 100)
200
}
201
202
func
BenchmarkDeduper1000(b *testing.B) {
203
benchmarkDeduper(b, 1000)
Callers
nothing calls this directly
Calls
1
benchmarkDeduper
Function · 0.85
Tested by
no test coverage detected