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

Function BenchmarkGetNextForQuerier5000

modules/frontend/queue/queue_test.go:127–129  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

125}
126
127func BenchmarkGetNextForQuerier5000(b *testing.B) {
128 benchmarkGetNextForQuerier(b, 5000, messages)
129}
130
131func benchmarkGetNextForQuerier(b *testing.B, listeners int, messages int) {
132 const user = "user"

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected