Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ BenchmarkBatch10x100
Function
BenchmarkBatch10x100
ring/ring_test.go:50–52 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
BenchmarkBatch10x100(b *testing.B) {
51
benchmarkBatch(b, 10, 100)
52
}
53
54
func
BenchmarkBatch100x100(b *testing.B) {
55
benchmarkBatch(b, 100, 100)
Callers
nothing calls this directly
Calls
1
benchmarkBatch
Function · 0.85
Tested by
no test coverage detected