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

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

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | Annotate | Revision Log
Property Changes:
Added: svn:executable
+ *
OLDNEW
(Empty)
1 rem Copyright (C) 2008, International Business Machines Corporation and others.
2 rem All Rights Reserved.
3
4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2p erf
5
6 for %%f in (udhr_eng.txt
7 udhr_deu.txt
8 udhr_fra.txt
9 udhr_rus.txt
10 udhr_tha.txt
11 udhr_jpn.txt
12 udhr_cmn.txt
13 udhr_jpn.html) do (
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
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
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterati ons 30000
19 )
OLDNEW
« no previous file with comments | « icu46/source/test/perf/utrie2perf/Makefile.in ('k') | icu46/source/test/perf/utrie2perf/utrie2perf.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698