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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/perf/utrie2perf/utrie2perf.bat
diff --git a/source/test/perf/utrie2perf/utrie2perf.bat b/source/test/perf/utrie2perf/utrie2perf.bat
index d4b9f35a31eb57386e1d0a17495cec6a1fcb8c71..fa3883c7694f7c1d7580486dfc667efb1f70e347 100755
--- a/source/test/perf/utrie2perf/utrie2perf.bat
+++ b/source/test/perf/utrie2perf/utrie2perf.bat
@@ -1,19 +1,19 @@
-rem Copyright (C) 2008, International Business Machines Corporation and others.
-rem All Rights Reserved.
-
-set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
-
-for %%f in (udhr_eng.txt
- udhr_deu.txt
- udhr_fra.txt
- udhr_rus.txt
- udhr_tha.txt
- udhr_jpn.txt
- udhr_cmn.txt
- udhr_jpn.html) do (
- %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
-rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
-rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
- %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
- %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
-)
+rem Copyright (C) 2008, International Business Machines Corporation and others.
+rem All Rights Reserved.
+
+set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
+
+for %%f in (udhr_eng.txt
+ udhr_deu.txt
+ udhr_fra.txt
+ udhr_rus.txt
+ udhr_tha.txt
+ udhr_jpn.txt
+ udhr_cmn.txt
+ udhr_jpn.html) do (
+ %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
+rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
+rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
+ %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
+ %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
+)
« 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