]> granicus.if.org Git - icu/commitdiff
ICU-9427 added ant target for running performance tests
authorDebabrata Sengupta <dsengup@svn.icu-project.org>
Thu, 2 Aug 2012 17:23:37 +0000 (17:23 +0000)
committerDebabrata Sengupta <dsengup@svn.icu-project.org>
Thu, 2 Aug 2012 17:23:37 +0000 (17:23 +0000)
X-SVN-Rev: 32083

icu4j/build.xml

index 795e286777007b365c3f5e626385147184668c38..fc5c69a4eeeef03ae59059b7b8fd6e3bcd627660 100644 (file)
             <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>