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

Function BenchmarkExtendReuseSlice

tempodb/encoding/vparquet4/schema_test.go:925–930  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

923}
924
925func BenchmarkExtendReuseSlice(b *testing.B) {
926 in := []int{1, 2, 3}
927 for i := 0; i < b.N; i++ {
928 _ = extendReuseSlice(100, in)
929 }
930}
931
932var benchmarkTrace *Trace
933

Callers

nothing calls this directly

Calls 1

extendReuseSliceFunction · 0.70

Tested by

no test coverage detected