Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ BenchmarkSortTraceAndAttributes
Function
BenchmarkSortTraceAndAttributes
pkg/model/trace/sort_test.go:290–295 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
288
}
289
290
func
BenchmarkSortTraceAndAttributes(b *testing.B) {
291
tr := testTraceForSorting()
292
for
i := 0; i < b.N; i++ {
293
SortTraceAndAttributes(tr)
294
}
295
}
Callers
nothing calls this directly
Calls
2
testTraceForSorting
Function · 0.85
SortTraceAndAttributes
Function · 0.85
Tested by
no test coverage detected