1rem  Copyright (C) 2016 and later: Unicode, Inc. and others.
2rem  License & terms of use: http://www.unicode.org/copyright.html
3
4rem  Copyright (c) 2007, International Business Machines Corporation and
5rem  others. All Rights Reserved.
6
7set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
8rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
9rem --pattern [:White_Space:]
10
11for %%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)
23