mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
11 lines
395 B
XML
11 lines
395 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites>
|
|
<testsuite tests="2" failures="0" time="14.211" name="pkg/count">
|
|
<properties>
|
|
<property name="go.version" value="1.0"></property>
|
|
</properties>
|
|
<testcase classname="count" name="BenchmarkNew" time="0.000000352"></testcase>
|
|
<testcase classname="count" name="BenchmarkFew" time="0.000000102"></testcase>
|
|
</testsuite>
|
|
</testsuites>
|