Move -count parameter to bench example and a little cleanup

This commit is contained in:
Joël Stemmer
2018-06-03 22:40:27 +01:00
parent b27aeca3e6
commit 56afb484ae
3 changed files with 3 additions and 5 deletions

View File

@ -121,7 +121,6 @@ func JUnitReportXML(report *parser.Report, noXMLHeader bool, goVersion string, w
Classname: classname,
Name: benchmark.Name,
Time: formatBenchmarkTime(benchmark.Duration),
Failure: nil,
}
ts.TestCases = append(ts.TestCases, benchmarkCase)