]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/utrie2perf/utrie2perf.bat
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / utrie2perf / utrie2perf.bat
1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
2 rem License & terms of use: http://www.unicode.org/copyright.html#License
3
4 rem Copyright (C) 2008, International Business Machines Corporation and others.
5 rem All Rights Reserved.
6
7 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
8
9 for %%f in (udhr_eng.txt
10 udhr_deu.txt
11 udhr_fra.txt
12 udhr_rus.txt
13 udhr_tha.txt
14 udhr_jpn.txt
15 udhr_cmn.txt
16 udhr_jpn.html) do (
17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
22 )