mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-05-20 02:44:29 -05:00

The only reason groupBenchmarksByName needed the reportBuilder receiver was to access its output collector. By passing the output explicitly to the groupBenchmarksByName function we can remove the reportBuilder dependency.