windows_exporter/collector/netframework_clrjit_test.go

11 lines
224 B
Go

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