mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
15 lines
641 B
XML
15 lines
641 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites tests="3">
|
|
<testsuite tests="3" failures="0" errors="0" time="4.344" name="really/small" hostname="hostname" timestamp="2022-01-01T00:00:00Z">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
</properties>
|
|
<testcase classname="small" name="BenchmarkItsy" time="0.000000045"></testcase>
|
|
<testcase classname="small" name="BenchmarkTeeny" time="0.000000002"></testcase>
|
|
<testcase classname="small" name="BenchmarkWeeny" time="0.000000000"></testcase>
|
|
<system-out><![CDATA[goos: darwin
|
|
goarch: amd64
|
|
pkg: really/small]]></system-out>
|
|
</testsuite>
|
|
</testsuites>
|