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