MCPcopy
hub / github.com/grafana/dskit / BenchmarkBatch100x1000

Function BenchmarkBatch100x1000

ring/ring_test.go:58–60  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

56}
57
58func BenchmarkBatch100x1000(b *testing.B) {
59 benchmarkBatch(b, 100, 1000)
60}
61
62func benchmarkBatch(b *testing.B, numInstances, numKeys int) {
63 seed := time.Now().UnixNano()

Callers

nothing calls this directly

Calls 1

benchmarkBatchFunction · 0.85

Tested by

no test coverage detected