Files
windows_exporter/internal/collector/smtp/smtp_test.go
2024-10-03 20:23:56 +02:00

13 lines
299 B
Go

package smtp_test
import (
"testing"
"github.com/prometheus-community/windows_exporter/internal/collector/smtp"
"github.com/prometheus-community/windows_exporter/internal/testutils"
)
func BenchmarkCollector(b *testing.B) {
testutils.FuncBenchmarkCollector(b, smtp.Name, smtp.NewWithFlags)
}