]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/perldriver/Common.pl.template
2 # ********************************************************************
4 # * Copyright (c) 2010-2013, International Business Machines Corporation and
5 # * others. All Rights Reserved.
6 # ********************************************************************
9 $ICULatestVersion = ""; # Change to respective version number
10 $ICUPreviousVersion = ""; # Change to respective version number
12 $PerformanceDataPath = ""; #Change to Performance Data Path
14 $ICULatest = ""; # Change to path of latest ICU (e.g. /home/user/Desktop/icu-4.0)
15 $ICUPrevious = ""; # Change to path of previous ICU
17 $OnWindows = 0; # Change to 1 if on Windows
18 $Windows64 = 0; # Change to 1 if on Windows and running 64 bit
19 # End of settings by user
21 $CollationDataPath = $PerformanceDataPath."/collation"; # Collation Performance Data Path
22 $ConversionDataPath = $PerformanceDataPath."/conversion"; # Conversion Performance Data Path
23 $UDHRDataPath = $PerformanceDataPath."/udhr"; # UDHR Performance Data Path
25 $ICUPathLatest = $ICULatest."/source/test/perf";
26 $ICUPathPrevious = $ICUPrevious."/source/test/perf";
28 $WindowsPlatform = "";
30 $WindowsPlatform = "x64";
32 $WindowsPlatform = "x86";