mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
11 lines
481 B
XML
11 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites tests="2">
|
|
<testsuite tests="2" failures="0" time="9.415" name="package/one" hostname="hostname" timestamp="2022-01-01T00:00:00Z">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
</properties>
|
|
<testcase classname="one" name="BenchmarkIpsHistoryInsert" time="0.000052568"></testcase>
|
|
<testcase classname="one" name="BenchmarkIpsHistoryLookup" time="0.000015208"></testcase>
|
|
</testsuite>
|
|
</testsuites>
|