mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-11 04:56:35 +00:00
time: refactor collector (#1728)
This commit is contained in:
@@ -10,3 +10,7 @@ import (
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, service.Name, service.NewWithFlags)
|
||||
}
|
||||
|
||||
func TestCollector(t *testing.T) {
|
||||
testutils.TestCollector(t, service.New, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user