From: Debabrata Sengupta Date: Thu, 2 Aug 2012 21:51:13 +0000 (+0000) Subject: ICU-9427 added a README file X-Git-Tag: milestone-59-0-1~3704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b199f7fafa77877b32d4cea2c86e543d9729bd92;p=icu ICU-9427 added a README file X-SVN-Rev: 32088 --- diff --git a/.gitattributes b/.gitattributes index 3c1c0dda931..64f3780d655 100644 --- a/.gitattributes +++ b/.gitattributes @@ -766,6 +766,7 @@ icu4j/main/tests/translit/.settings/org.eclipse.jdt.core.prefs -text icu4j/main/tests/translit/.settings/org.eclipse.jdt.ui.prefs -text icu4j/main/tests/translit/translit-tests-build.launch -text icu4j/manifest.stub -text +icu4j/perf-tests/README.txt -text icu4j/perf-tests/data/icuperf2report.xsl -text icu4j/perf-tests/perftests.pl -text icu4j/samples/build.properties -text diff --git a/icu4j/perf-tests/README.txt b/icu4j/perf-tests/README.txt new file mode 100644 index 00000000000..6e441d1ebeb --- /dev/null +++ b/icu4j/perf-tests/README.txt @@ -0,0 +1,8 @@ +Copyright (C) 2012, International Business Machines Corporation and others. All Rights Reserved. + +README for ICU4J Performance Test + +Please note that to run the performance test for ICU4J as a part of continuous build, you will need to setup Perl with the following modules: + a) Statistics/Distribution.pm + b) Statistics/Descriptive.pm + c) XML/LibXML.pm