windows_exporter/collector/teradici_pcoip_test.go

10 lines
165 B
Go

package collector
import (
"testing"
)
func BenchmarkTeradiciPcoipCollector(b *testing.B) {
benchmarkCollector(b, "teradici_pcoip", newTeradiciPcoipCollector)
}