mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-22 15:23:56 +00:00
c3ed036402
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com>
10 lines
156 B
Go
10 lines
156 B
Go
package collector
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func BenchmarkScheduledTaskCollector(b *testing.B) {
|
|
benchmarkCollector(b, "scheduled_task", NewScheduledTask)
|
|
}
|