mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-24 21:56:36 +00:00
update: rename updates collector to update (#1692)
This commit is contained in:
12
internal/collector/update/update_test.go
Normal file
12
internal/collector/update/update_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package update_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/internal/collector/update"
|
||||
"github.com/prometheus-community/windows_exporter/internal/testutils"
|
||||
)
|
||||
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, "printer", update.NewWithFlags)
|
||||
}
|
||||
Reference in New Issue
Block a user