Removed commented benchmark

Signed-off-by: pgibbs1 <pgibbs1@liberty.edu>
This commit is contained in:
pgibbs1 2022-11-16 12:14:05 -05:00
parent f24fc07ac4
commit 6912c5b1e7
1 changed files with 0 additions and 8 deletions

View File

@ -7,11 +7,3 @@ import (
func BenchmarkDiskDriveCollector(b *testing.B) {
benchmarkCollector(b, "disk_drive", newDiskDriveInfoCollector)
}
// goos: windows
// goarch: amd64
// pkg: github.com/prometheus-community/windows_exporter/collector
// cpu: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
// BenchmarkDiskDriveCollector-8 1 1334272800 ns/op 41182008 B/op 125688 allocs/op
// PASS
// ok github.com/prometheus-community/windows_exporter/collector 4.943s