| Index: source/test/perf/perldriver/Common.pl.template
|
| diff --git a/source/test/perf/perldriver/Common.pl.template b/source/test/perf/perldriver/Common.pl.template
|
| deleted file mode 100755
|
| index 60b83664e4b4bf6f8dcf0dd74eaa6d928ebd9db4..0000000000000000000000000000000000000000
|
| --- a/source/test/perf/perldriver/Common.pl.template
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -#!/usr/bin/perl
|
| -# ********************************************************************
|
| -# * COPYRIGHT:
|
| -# * Copyright (c) 2010-2013, International Business Machines Corporation and
|
| -# * others. All Rights Reserved.
|
| -# ********************************************************************
|
| -
|
| -# Settings by user
|
| -$ICULatestVersion = ""; # Change to respective version number
|
| -$ICUPreviousVersion = ""; # Change to respective version number
|
| -
|
| -$PerformanceDataPath = ""; #Change to Performance Data Path
|
| -
|
| -$ICULatest = ""; # Change to path of latest ICU (e.g. /home/user/Desktop/icu-4.0)
|
| -$ICUPrevious = ""; # Change to path of previous ICU
|
| -
|
| -$OnWindows = 0; # Change to 1 if on Windows
|
| -$Windows64 = 0; # Change to 1 if on Windows and running 64 bit
|
| -# End of settings by user
|
| -
|
| -$CollationDataPath = $PerformanceDataPath."/collation"; # Collation Performance Data Path
|
| -$ConversionDataPath = $PerformanceDataPath."/conversion"; # Conversion Performance Data Path
|
| -$UDHRDataPath = $PerformanceDataPath."/udhr"; # UDHR Performance Data Path
|
| -
|
| -$ICUPathLatest = $ICULatest."/source/test/perf";
|
| -$ICUPathPrevious = $ICUPrevious."/source/test/perf";
|
| -
|
| -$WindowsPlatform = "";
|
| -if ($Windows64) {
|
| - $WindowsPlatform = "x64";
|
| -} else {
|
| - $WindowsPlatform = "x86";
|
| -}
|
| -
|
| -return 1;
|
|
|