MCPcopy
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
50func BenchmarkBatch10x100(b *testing.B) {
51 benchmarkBatch(b, 10, 100)
52}
53
54func BenchmarkBatch100x100(b *testing.B) {
55 benchmarkBatch(b, 100, 100)

Callers

nothing calls this directly

Calls 1

benchmarkBatchFunction · 0.85

Tested by

no test coverage detected