]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/perf/perldriver/Common.pl.template
0bee8b092c00469f3c2f859f5945453008edf66f
2 # ********************************************************************
3 # * Copyright (C) 2016 and later: Unicode, Inc. and others.
4 # * License & terms of use: http://www.unicode.org/copyright.html#License
5 # ********************************************************************
6 # ********************************************************************
8 # * Copyright (c) 2010-2013, International Business Machines Corporation and
9 # * others. All Rights Reserved.
10 # ********************************************************************
13 $ICULatestVersion = ""; # Change to respective version number
14 $ICUPreviousVersion = ""; # Change to respective version number
16 $PerformanceDataPath = ""; #Change to Performance Data Path
18 $ICULatest = ""; # Change to path of latest ICU (e.g. /home/user/Desktop/icu-4.0)
19 $ICUPrevious = ""; # Change to path of previous ICU
21 $OnWindows = 0; # Change to 1 if on Windows
22 $Windows64 = 0; # Change to 1 if on Windows and running 64 bit
23 # End of settings by user
25 $CollationDataPath = $PerformanceDataPath."/collation"; # Collation Performance Data Path
26 $ConversionDataPath = $PerformanceDataPath."/conversion"; # Conversion Performance Data Path
27 $UDHRDataPath = $PerformanceDataPath."/udhr"; # UDHR Performance Data Path
29 $ICUPathLatest = $ICULatest."/source/test/perf";
30 $ICUPathPrevious = $ICUPrevious."/source/test/perf";
32 $WindowsPlatform = "";
34 $WindowsPlatform = "x64";
36 $WindowsPlatform = "x86";