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