mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-05 14:00:10 +00:00
217b670272
Signed-off-by: rebortg <github@ghlr.de>
10 lines
134 B
Go
10 lines
134 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkNPSCollector(b *testing.B) {
|
|
benchmarkCollector(b, "nps", newNPSCollector)
|
|
}
|