mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 22:16:38 +00:00
10 lines
159 B
Go
10 lines
159 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkVmwareBlastCollector(b *testing.B) {
|
|
benchmarkCollector(b, "vmware_blast", newVmwareBlastCollector)
|
|
}
|