mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-23 07:43:50 +00:00
a89b53779d
Signed-off-by: Austin D. Krauza <krauza.austin@gmail.com>
10 lines
140 B
Go
10 lines
140 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkADCSCollector(b *testing.B) {
|
|
benchmarkCollector(b, "adcs", adcsCollectorMethod)
|
|
}
|