mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
15 lines
669 B
XML
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.350000000"></testcase>
|
|
<testcase name="BenchmarkTeeny" classname="really/small" time="2.000000000"></testcase>
|
|
<testcase name="BenchmarkWeeny" classname="really/small" time="0.000000000"></testcase>
|
|
<system-out><![CDATA[goos: darwin
|
|
goarch: amd64
|
|
pkg: really/small]]></system-out>
|
|
</testsuite>
|
|
</testsuites>
|