]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/perf/unisetperf/draft/span8perf.bat
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / test / perf / unisetperf / draft / span8perf.bat
CommitLineData
46f4442e
A
1rem Copyright (c) 2007, International Business Machines Corporation and
2rem others. All Rights Reserved.
3
4set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
5rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
6rem --pattern [:White_Space:]
7
8for %%f in (udhr_eng.txt
9 udhr_deu.txt
10 udhr_fra.txt
11 udhr_rus.txt
12 udhr_tha.txt
13 udhr_jpn.txt
14 udhr_cmn.txt
15 udhr_jpn.html) do (
16 for %%t in (slow BvF BvpF Bvl BvL) do (
17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
18 )
19)