mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-05 14:00:10 +00:00
846263afee
Signed-off-by: Tom Powell <t.powell@mwam.com>
10 lines
159 B
Go
10 lines
159 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkVmwareBlastCollector(b *testing.B) {
|
|
benchmarkCollector(b, "vmware_blast", newVmwareBlastCollector)
|
|
}
|