(b *testing.B)
| 2680 | } |
| 2681 | |
| 2682 | func BenchmarkIngesterPush(b *testing.B) { |
| 2683 | limits := defaultLimitsTestConfig() |
| 2684 | benchmarkIngesterPush(b, limits, false) |
| 2685 | } |
| 2686 | |
| 2687 | func benchmarkIngesterPush(b *testing.B, limits validation.Limits, errorsExpected bool) { |
| 2688 | registry := prometheus.NewRegistry() |
nothing calls this directly
no test coverage detected