Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / icu / source / test / perf / unisetperf / draft / span8perf.bat
1 rem  Copyright (c) 2007, International Business Machines Corporation and\r
2 rem  others. All Rights Reserved.\r
3 \r
4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf\r
5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL\r
6 rem --pattern [:White_Space:]\r
7 \r
8 for %%f in (udhr_eng.txt\r
9             udhr_deu.txt\r
10             udhr_fra.txt\r
11             udhr_rus.txt\r
12             udhr_tha.txt\r
13             udhr_jpn.txt\r
14             udhr_cmn.txt\r
15             udhr_jpn.html) do (\r
16   for %%t in (slow BvF BvpF Bvl BvL) do (\r
17     %PERF% SpanUTF8  --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000\r
18   )\r
19 )\r