(b *testing.B)
| 632 | } |
| 633 | |
| 634 | func Benchmark_MetricsAggregator_Run(b *testing.B) { |
| 635 | benchmarkRunner(b, agentmetrics.LabelAll) |
| 636 | } |
| 637 | |
| 638 | func Benchmark_MetricsAggregator_RunWithAggregations(b *testing.B) { |
| 639 | for i := 1; i <= len(agentmetrics.LabelAll); i++ { |
nothing calls this directly
no test coverage detected