mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-15 03:07:09 +00:00
10 lines
165 B
Go
10 lines
165 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkTeradiciPcoipCollector(b *testing.B) {
|
|
benchmarkCollector(b, "teradici_pcoip", newTeradiciPcoipCollector)
|
|
}
|