go-junit-report/testdata/026-report.xml
2022-03-27 23:55:59 +01:00

22 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="6">
<testsuite name="mycode/common" tests="2" failures="0" errors="0" hostname="hostname" time="7.267" timestamp="2022-01-01T00:00:00Z">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
<testcase name="BenchmarkParse" classname="mycode/common" time="0.000001591"></testcase>
<testcase name="BenchmarkNewTask" classname="mycode/common" time="0.000000391"></testcase>
<system-out><![CDATA[pkg: mycode/common]]></system-out>
</testsuite>
<testsuite name="mycode/benchmarks/channels" tests="4" failures="0" errors="0" hostname="hostname" time="47.084" timestamp="2022-01-01T00:00:00Z">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
<testcase name="BenchmarkFanout/Channel/10" classname="mycode/benchmarks/channels" time="0.000004673"></testcase>
<testcase name="BenchmarkFanout/Channel/100" classname="mycode/benchmarks/channels" time="0.000024965"></testcase>
<testcase name="BenchmarkFanout/Channel/1000" classname="mycode/benchmarks/channels" time="0.000195672"></testcase>
<testcase name="BenchmarkFanout/Channel/10000" classname="mycode/benchmarks/channels" time="0.002410200"></testcase>
<system-out><![CDATA[pkg: mycode/benchmarks/channels]]></system-out>
</testsuite>
</testsuites>