package cs_test import ( "testing" "github.com/prometheus-community/windows_exporter/pkg/collector/cs" "github.com/prometheus-community/windows_exporter/pkg/testutils" ) func BenchmarkCollector(b *testing.B) { testutils.FuncBenchmarkCollector(b, cs.Name, cs.NewWithFlags) }