mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-24 13:46:36 +00:00
Returning test functions to public
Signed-off-by: Tom Powell <t.powell@mwam.com>
This commit is contained in:
@@ -4,6 +4,6 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func benchmarkTeradiciPcoipCollector(b *testing.B) {
|
func BenchmarkTeradiciPcoipCollector(b *testing.B) {
|
||||||
benchmarkCollector(b, "teradici_pcoip", newTeradiciPcoipCollector)
|
benchmarkCollector(b, "teradici_pcoip", newTeradiciPcoipCollector)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func benchmarkVmwareBlastCollector(b *testing.B) {
|
func BenchmarkVmwareBlastCollector(b *testing.B) {
|
||||||
benchmarkCollector(b, "vmware_blast", newVmwareBlastCollector)
|
benchmarkCollector(b, "vmware_blast", newVmwareBlastCollector)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user