mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00
12 lines
493 B
XML
12 lines
493 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites tests="3">
|
|
<testsuite tests="3" failures="0" time="4.344" name="really/small">
|
|
<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>
|
|
</testsuite>
|
|
</testsuites>
|