mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-11 17:20:28 +00:00
Returning test functions to public
Signed-off-by: Tom Powell <t.powell@mwam.com>
This commit is contained in:
parent
ba3cffdc79
commit
846263afee
@ -4,6 +4,6 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func benchmarkTeradiciPcoipCollector(b *testing.B) {
|
||||
func BenchmarkTeradiciPcoipCollector(b *testing.B) {
|
||||
benchmarkCollector(b, "teradici_pcoip", newTeradiciPcoipCollector)
|
||||
}
|
||||
|
@ -4,6 +4,6 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func benchmarkVmwareBlastCollector(b *testing.B) {
|
||||
func BenchmarkVmwareBlastCollector(b *testing.B) {
|
||||
benchmarkCollector(b, "vmware_blast", newVmwareBlastCollector)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user