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

Side by Side Diff: source/test/perf/unisetperf/draft/span16perf.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
OLDNEW
1 rem Copyright (c) 2007, International Business Machines Corporation and 1 rem Copyright (c) 2007, International Business Machines Corporation and
2 rem others. All Rights Reserved. 2 rem others. All Rights Reserved.
3 3
4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetp erf 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetp erf
5 rem types: slow Bv Bv0 B0 5 rem types: slow Bv Bv0 B0
6 rem --pattern [:White_Space:] 6 rem --pattern [:White_Space:]
7 7
8 for %%f in (udhr_eng.txt 8 for %%f in (udhr_eng.txt
9 udhr_deu.txt 9 udhr_deu.txt
10 udhr_fra.txt 10 udhr_fra.txt
11 udhr_rus.txt 11 udhr_rus.txt
12 udhr_tha.txt 12 udhr_tha.txt
13 udhr_jpn.txt 13 udhr_jpn.txt
14 udhr_cmn.txt 14 udhr_cmn.txt
15 udhr_jpn.html) do ( 15 udhr_jpn.html) do (
16 for %%t in (slow Bv Bv0) do ( 16 for %%t in (slow Bv Bv0) do (
17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v - e UTF-8 --passes 3 --iterations 10000 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v - e UTF-8 --passes 3 --iterations 10000
18 ) 18 )
19 ) 19 )
OLDNEW
« no previous file with comments | « source/test/perf/unisetperf/draft/contperf.bat ('k') | source/test/perf/unisetperf/draft/span8perf.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698