]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/utrie2perf/utrie2perf.sh
2 # Copyright (C) 2016 and later: Unicode, Inc. and others.
3 # License & terms of use: http://www.unicode.org/copyright.html#License
5 # Copyright (C) 2008, International Business Machines Corporation and others.
8 # export LD_LIBRARY_PATH=/home/mscherer/svn.icu/utf8-dev/lib:/home/mscherer/svn.icu/utf8-dev/tools/ctestfw
10 # Echo shell script commands.
13 PERF
=~
/svn.icu
/utf8
-dev/test
/perf
/utrie
2perf
/utrie2perf
15 for file in udhr_eng.txt \
23 $PERF CheckFCD
-f ~
/udhr
/$file -v -e UTF
-8 --passes 3 --iterations 30000
24 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
25 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
26 $PERF ToNFC
-f ~
/udhr
/$file -v -e UTF
-8 --passes 3 --iterations 30000
27 $PERF GetBiDiClass
-f ~
/udhr
/$file -v -e UTF
-8 --passes 3 --iterations 30000