Imported Upstream version 58.1
[platform/upstream/icu.git] / source / test / perf / unisetperf / draft / span8perf.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 Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
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 BvF BvpF Bvl BvL) do (
20     %PERF% SpanUTF8  --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
21   )
22 )