Files
go-junit-report/testdata/027-report.xml
Joël Stemmer 1d905e0b1c gtr: Improve accuracy of benchmark duration calculation
The NsPerOp was previously casted to a time.Duration (int64) before
multiplying it with the number of iterations. This has been fixed by
doing the casting after the multiplication. The resulting duration
should be a bit more accurate.
2022-06-12 22:56:04 +01:00

15 lines
669 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="3">
<testsuite name="really/small" tests="3" failures="0" errors="0" id="0" hostname="hostname" time="4.344" timestamp="2022-01-01T00:00:00Z">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
<testcase name="BenchmarkItsy" classname="really/small" time="1.371000000"></testcase>
<testcase name="BenchmarkTeeny" classname="really/small" time="2.120000000"></testcase>
<testcase name="BenchmarkWeeny" classname="really/small" time="0.520000000"></testcase>
<system-out><![CDATA[goos: darwin
goarch: amd64
pkg: really/small]]></system-out>
</testsuite>
</testsuites>