chore: optimize registry collector (#1683)

This commit is contained in:
Jan-Otto Kröpke
2024-10-11 00:18:36 +02:00
committed by GitHub
parent f46f9082f9
commit 22fdb33b4c
4 changed files with 17 additions and 6 deletions

View File

@@ -6,6 +6,6 @@ import (
func BenchmarkQueryPerformanceData(b *testing.B) {
for n := 0; n < b.N; n++ {
_, _ = QueryPerformanceData("Global")
_, _ = QueryPerformanceData("Global", "")
}
}