]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/unisetperf/draft/span16perf.bat
ICU-62109.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / unisetperf / draft / span16perf.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) 2007, International Business Machines Corporation and
5 rem others. All Rights Reserved.
6
7 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
8 rem types: slow Bv Bv0 B0
9 rem --pattern [:White_Space:]
10
11 for %%f in (udhr_eng.txt
12 udhr_deu.txt
13 udhr_fra.txt
14 udhr_rus.txt
15 udhr_tha.txt
16 udhr_jpn.txt
17 udhr_cmn.txt
18 udhr_jpn.html) do (
19 for %%t in (slow Bv Bv0) do (
20 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
21 )
22 )