| Index: source/test/perf/unisetperf/draft/span8perf.bat
|
| diff --git a/source/test/perf/unisetperf/draft/span8perf.bat b/source/test/perf/unisetperf/draft/span8perf.bat
|
| index 9236e61628724b1f0126985984618acf937b6f4c..611eaf633b8d01f12cbea8d45839c44256ca856c 100755
|
| --- a/source/test/perf/unisetperf/draft/span8perf.bat
|
| +++ b/source/test/perf/unisetperf/draft/span8perf.bat
|
| @@ -1,19 +1,19 @@
|
| -rem Copyright (c) 2007, International Business Machines Corporation and
|
| -rem others. All Rights Reserved.
|
| -
|
| -set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
| -rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
|
| -rem --pattern [:White_Space:]
|
| -
|
| -for %%f in (udhr_eng.txt
|
| - udhr_deu.txt
|
| - udhr_fra.txt
|
| - udhr_rus.txt
|
| - udhr_tha.txt
|
| - udhr_jpn.txt
|
| - udhr_cmn.txt
|
| - udhr_jpn.html) do (
|
| - for %%t in (slow BvF BvpF Bvl BvL) do (
|
| - %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
| - )
|
| -)
|
| +rem Copyright (c) 2007, International Business Machines Corporation and
|
| +rem others. All Rights Reserved.
|
| +
|
| +set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
| +rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
|
| +rem --pattern [:White_Space:]
|
| +
|
| +for %%f in (udhr_eng.txt
|
| + udhr_deu.txt
|
| + udhr_fra.txt
|
| + udhr_rus.txt
|
| + udhr_tha.txt
|
| + udhr_jpn.txt
|
| + udhr_cmn.txt
|
| + udhr_jpn.html) do (
|
| + for %%t in (slow BvF BvpF Bvl BvL) do (
|
| + %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
| + )
|
| +)
|
|
|