mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-04 09:36:35 +00:00
1354
pkg/collector/ad/ad.go
Normal file
1354
pkg/collector/ad/ad.go
Normal file
File diff suppressed because it is too large
Load Diff
12
pkg/collector/ad/ad_test.go
Normal file
12
pkg/collector/ad/ad_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package ad_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/ad"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/testutils"
|
||||
)
|
||||
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, ad.Name, ad.NewWithFlags)
|
||||
}
|
||||
Reference in New Issue
Block a user