ICU-9427 added ant target for running performance tests

X-SVN-Rev: 32083
This commit is contained in:
Debabrata Sengupta 2012-08-02 17:23:37 +00:00
parent d2248fd32f
commit 5ef4a3dc46

View File

@ -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>