ICU-9427 added ant target for running performance tests
X-SVN-Rev: 32083
This commit is contained in:
parent
d2248fd32f
commit
5ef4a3dc46
@ -1856,4 +1856,10 @@
|
||||
<attach file="${maven.release.dir}/${maven.icu4jdocs.jar.file}.asc" classifier="javadoc" type="jar.asc"/>
|
||||
</deploy>
|
||||
</target>
|
||||
|
||||
<target name="continuous-build" description="Run performance tests for continuous build">
|
||||
<exec dir="./perf-tests" executable="perl">
|
||||
<arg value="perftests.pl" />
|
||||
</exec>
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user