mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-07 11:06:36 +00:00
chore: Move private packages to internal (#1664)
This commit is contained in:
11
internal/perflib/perflib_test.go
Normal file
11
internal/perflib/perflib_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package perflib
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func BenchmarkQueryPerformanceData(b *testing.B) {
|
||||
for n := 0; n < b.N; n++ {
|
||||
_, _ = QueryPerformanceData("Global")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user