]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/usetperf/UsetPerf.pl
2 # ********************************************************************
4 # * Copyright (c) 2005, International Business Machines Corporation and
5 # * others. All Rights Reserved.
6 # ********************************************************************
10 use lib
'../perldriver';
16 "title"=>"Uset performance: ICU",
18 "operationIs"=>"unicode 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/usetperf.exe ";
31 "titlecase_letter/add", ["$p titlecase_letter_add"],
32 "titlecase_letter/contains", ["$p titlecase_letter_contains"],
33 "titlecase_letter/iterator", ["$p titlecase_letter_iterator"],
34 "unassigned/add", ["$p unassigned_add"],
35 "unassigned/contains", ["$p unassigned_contains"],
36 "unassigned/iterator", ["$p unassigned_iterator"],
37 "pattern1", ["$p pattern1"],
38 "pattern2", ["$p pattern2"],
39 "pattern3", ["$p pattern3"],
45 runTests
($options, $tests, $dataFiles);