Files
windows_exporter/collector/teradici_pcoip_test.go
Tom Powell ba3cffdc79 Applying PR comments
Signed-off-by: Tom Powell <t.powell@mwam.com>
2023-02-08 09:30:36 +00:00

10 lines
165 B
Go

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