mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
10 lines
134 B
Go
10 lines
134 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkNPSCollector(b *testing.B) {
|
|
benchmarkCollector(b, "nps", newNPSCollector)
|
|
}
|