mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-08 15:50:33 +00:00
Added tests
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com>
This commit is contained in:
parent
393546fe01
commit
c3ed036402
9
collector/scheduled_task_test.go
Normal file
9
collector/scheduled_task_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func BenchmarkScheduledTaskCollector(b *testing.B) {
|
||||
benchmarkCollector(b, "scheduled_task", NewScheduledTask)
|
||||
}
|
Loading…
Reference in New Issue
Block a user