windows_exporter/collector/system_test.go

10 lines
143 B
Go

package collector
import (
"testing"
)
func BenchmarkSystemCollector(b *testing.B) {
benchmarkCollector(b, "system", newSystemCollector)
}