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