mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-10 06:56:38 +00:00
10 lines
156 B
Go
10 lines
156 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkScheduledTaskCollector(b *testing.B) {
|
|
benchmarkCollector(b, "scheduled_task", NewScheduledTask)
|
|
}
|