MCPcopy Index your code
hub / github.com/coder/coder / Benchmark_MetricsAggregator_Run

Function Benchmark_MetricsAggregator_Run

coderd/prometheusmetrics/aggregator_test.go:634–636  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

632}
633
634func Benchmark_MetricsAggregator_Run(b *testing.B) {
635 benchmarkRunner(b, agentmetrics.LabelAll)
636}
637
638func Benchmark_MetricsAggregator_RunWithAggregations(b *testing.B) {
639 for i := 1; i <= len(agentmetrics.LabelAll); i++ {

Callers

nothing calls this directly

Calls 1

benchmarkRunnerFunction · 0.85

Tested by

no test coverage detected