mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-9427 fixed issues with icuperf2report.xsl
X-SVN-Rev: 32094
This commit is contained in:
parent
a831a2d71f
commit
0c47bc5948
1 changed files with 1 additions and 6 deletions
|
@ -7,11 +7,6 @@
|
|||
|
||||
<xsl:template match="/perfTestResults">
|
||||
<report category="test">
|
||||
<!-- For now, include ICU type and version in a comment. -->
|
||||
<xsl:comment>
|
||||
icu4<xsl:value-of select="@icu"/>-<xsl:value-of select="@version"/>
|
||||
</xsl:comment>
|
||||
|
||||
<xsl:for-each select="perfTestResult">
|
||||
<xsl:element name="test">
|
||||
<xsl:attribute name="duration">
|
||||
|
@ -23,7 +18,7 @@
|
|||
</xsl:attribute>
|
||||
<xsl:attribute name="fixture">
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="file">source/test/perf</xsl:attribute>
|
||||
<xsl:attribute name="file">/perf-tests</xsl:attribute>
|
||||
<xsl:attribute name="stdout">
|
||||
iterations: <xsl:value-of select="@iterations"/>
|
||||
</xsl:attribute>
|
||||
|
|
Loading…
Add table
Reference in a new issue