mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
15 lines
625 B
XML
15 lines
625 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites tests="2">
|
|
<testsuite name="package/bench" tests="2" failures="0" errors="0" id="0" hostname="hostname" time="1.642" timestamp="2022-01-01T00:00:00Z">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
</properties>
|
|
<testcase name="BenchmarkOne" classname="package/bench" time="0.000000000"></testcase>
|
|
<testcase name="BenchmarkTwo" classname="package/bench" time="1.312990536"></testcase>
|
|
<system-out><![CDATA[goos: linux
|
|
goarch: amd64
|
|
pkg: package/bench
|
|
cpu: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz]]></system-out>
|
|
</testsuite>
|
|
</testsuites>
|