]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/utfperf/UtfPerf.pl
2 # ********************************************************************
4 # * Copyright (c) 2005, International Business Machines Corporation and
5 # * others. All Rights Reserved.
6 # ********************************************************************
10 use lib
'../perldriver';
16 "title"=>"Utf performance: ICU",
18 "operationIs"=>"gb18030 encoding string",
21 #"outputType"=>"HTML",
23 "outputDir"=>"../results"
27 # tests will be done for all the programs. Results will be stored and connected
28 my $p = "debug/utfperf.exe -e gb18030";
31 "UTF-8", ["$p UTF_8"],
32 "UTF-8 small buffer", ["$p UTF_8_SB"],
34 "SCSU small buffer", ["$p SCSU_SB"],
35 "BOCU_1", ["$p BOCU_1"],
36 "BOCU_1 small buffer", ["$p BOCU_1_SB"],
46 runTests
($options, $tests, $dataFiles);