MCPcopy Create free account
hub / github.com/cortexproject/cortex / BenchmarkIngesterPush

Function BenchmarkIngesterPush

pkg/ingester/ingester_test.go:2682–2685  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

2680}
2681
2682func BenchmarkIngesterPush(b *testing.B) {
2683 limits := defaultLimitsTestConfig()
2684 benchmarkIngesterPush(b, limits, false)
2685}
2686
2687func benchmarkIngesterPush(b *testing.B, limits validation.Limits, errorsExpected bool) {
2688 registry := prometheus.NewRegistry()

Callers

nothing calls this directly

Calls 2

defaultLimitsTestConfigFunction · 0.85
benchmarkIngesterPushFunction · 0.85

Tested by

no test coverage detected