mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-11 13:06:36 +00:00
12
pkg/collector/thermalzone/thermalzone_test.go
Normal file
12
pkg/collector/thermalzone/thermalzone_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package thermalzone_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/thermalzone"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/testutils"
|
||||
)
|
||||
|
||||
func BenchmarkCollector(b *testing.B) {
|
||||
testutils.FuncBenchmarkCollector(b, thermalzone.Name, thermalzone.NewWithFlags)
|
||||
}
|
||||
Reference in New Issue
Block a user