windows_exporter/collector/netframework_clrlocksandthr...

11 lines
248 B
Go

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