Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Side by Side Diff: source/test/perf/utrie2perf/utrie2perf.bat

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/perf/utfperf/utfperf.cpp ('k') | source/test/perf/utrie2perf/utrie2perf.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 rem Copyright (C) 2008, International Business Machines Corporation and others. 1 rem Copyright (C) 2008, International Business Machines Corporation and others.
2 rem All Rights Reserved. 2 rem All Rights Reserved.
3 3
4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2p erf 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2p erf
5 5
6 for %%f in (udhr_eng.txt 6 for %%f in (udhr_eng.txt
7 udhr_deu.txt 7 udhr_deu.txt
8 udhr_fra.txt 8 udhr_fra.txt
9 udhr_rus.txt 9 udhr_rus.txt
10 udhr_tha.txt 10 udhr_tha.txt
11 udhr_jpn.txt 11 udhr_jpn.txt
12 udhr_cmn.txt 12 udhr_cmn.txt
13 udhr_jpn.html) do ( 13 udhr_jpn.html) do (
14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000 15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000 16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000 17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000 18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000
19 ) 19 )
OLDNEW
« no previous file with comments | « source/test/perf/utfperf/utfperf.cpp ('k') | source/test/perf/utrie2perf/utrie2perf.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698