go-junit-report/testdata/025-report.xml
Joël Stemmer f1ad02b733 junit: Use the standard duration formatting for benchmark durations
Benchmark durations were originally formatted with higher precision
because they contained just the NsPerOp field. Now that we're
approximating the total duration they are more accurate and don't need
as many decimals.
2022-06-12 23:02:01 +01:00

11 lines
472 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="2">
<testsuite name="pkg/count" tests="2" failures="0" errors="0" id="0" hostname="hostname" time="14.211" timestamp="2022-01-01T00:00:00Z">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
<testcase name="BenchmarkNew" classname="pkg/count" time="8.820"></testcase>
<testcase name="BenchmarkFew" classname="pkg/count" time="2.555"></testcase>
</testsuite>
</testsuites>