Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ BenchmarkDeduper1000
Function
BenchmarkDeduper1000
modules/frontend/combiner/trace_by_id_deduper_test.go:202–204 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
200
}
201
202
func
BenchmarkDeduper1000(b *testing.B) {
203
benchmarkDeduper(b, 1000)
204
}
205
206
func
BenchmarkDeduper10000(b *testing.B) {
207
benchmarkDeduper(b, 10000)
Callers
nothing calls this directly
Calls
1
benchmarkDeduper
Function · 0.85
Tested by
no test coverage detected