mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-16 04:01:04 +00:00
10 lines
149 B
Go
10 lines
149 B
Go
|
package collector
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func BenchmarkExchangeCollector(b *testing.B) {
|
||
|
benchmarkCollector(b, "exchange", newExchangeCollector)
|
||
|
}
|