mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-21 12:16:36 +00:00
*: cleanup collector API 1 (#1547)
This commit is contained in:
12
pkg/collector/cache/cache_test.go
vendored
Normal file
12
pkg/collector/cache/cache_test.go
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package cache_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/cache"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/testutils"
|
||||
)
|
||||
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, cache.Name, cache.NewWithFlags)
|
||||
}
|
||||
Reference in New Issue
Block a user