windows_exporter/collector/netframework_clrinterop_tes...

11 lines
232 B
Go

package collector
import (
"testing"
)
func BenchmarkNETFrameworkNETCLRInteropCollector(b *testing.B) {
// No context name required as collector source is WMI
benchmarkCollector(b, "", newNETFramework_NETCLRInteropCollector)
}