summaryrefslogtreecommitdiff
path: root/icu4j/perf-tests/perftests.pl
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2021-11-19 12:02:07 +0000
committerVictor Chang <vichang@google.com>2021-11-26 11:23:18 +0000
commitd64b374ca20c6956e9b5408b0ac778ad72190b76 (patch)
treea635e9e017d0460992fee167a339dd6e6acfdd8a /icu4j/perf-tests/perftests.pl
parent6f34992bd76b556b0509e7b6d2b006384e227be8 (diff)
downloadicu-d64b374ca20c6956e9b5408b0ac778ad72190b76.tar.gz
Copy ICU release-70-1 into aosp/icu70
Copy the files with the following commands: find icu4j/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|adjust_icudt_path.mk\|liblayout-jarjar-rules.txt\|.gitignore\|AndroidTest.xml\)" -delete find icu4c/ -type f,d ! -regex ".*/\(Android.mk\|Android.bp\|.gitignore\|AndroidTest.xml\)" -delete cp -r ${UPSTREAM_ICU_GIT}/icu4j . cp -r ${UPSTREAM_ICU_GIT}/icu4c . git checkout HEAD -- icu4c/.gitignore icu4j/.gitignore rm -r tools/cldr cp -r ${UPSTREAM_ICU_GIT}/tools/cldr tools/cldr Change-Id: I231541e82e34b9c50b20552cfb6ba80e11046810
Diffstat (limited to 'icu4j/perf-tests/perftests.pl')
-rwxr-xr-xicu4j/perf-tests/perftests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/icu4j/perf-tests/perftests.pl b/icu4j/perf-tests/perftests.pl
index 0028a8b84..bed179cd4 100755
--- a/icu4j/perf-tests/perftests.pl
+++ b/icu4j/perf-tests/perftests.pl
@@ -9,7 +9,7 @@
use XML::LibXML;
# Assume we are running within the icu4j root directory
-use lib 'src/com/ibm/icu/dev/test/perf';
+use lib '.';
use Dataset;
my $OS=$^O;
@@ -172,7 +172,7 @@ sub main {
);
# Outer loop runs through the locales to test
- # (Edit this list dirctly to make changes)
+ # (Edit this list directly to make changes)
#
foreach $locale (
"en_US",