]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/strsrchperf/StrSrchPerf_r.pl
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / strsrchperf / StrSrchPerf_r.pl
old mode 100644 (file)
new mode 100755 (executable)
index ac3c429..7b16dc8
@@ -1,7 +1,11 @@
 #!/usr/bin/perl
 #  ********************************************************************
+#  * Copyright (C) 2016 and later: Unicode, Inc. and others.
+#  * License & terms of use: http://www.unicode.org/copyright.html#License
+#  ********************************************************************
+#  ********************************************************************
 #  * COPYRIGHT:
-#  * Copyright (c) 2008, International Business Machines
+#  * Copyright (c) 2008-2013, International Business Machines
 #  * Corporation and others. All Rights Reserved.
 #  ********************************************************************
 
@@ -34,12 +38,12 @@ my $p1;    # Previous
 my $p2;    # Latest
 
 if ($OnWindows) {
-    $p1 = $ICUPathPrevious . "/strsrchperf/Release/strsrchperf.exe -b";
-    $p2 = $ICUPathLatest . "/strsrchperf/Release/strsrchperf.exe -b";
+    $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
+    $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
 }
 else {
-    $p1 = $ICUPathPrevious . "/strsrchperf/strsrchperf -b";
-    $p2 = $ICUPathLatest . "/strsrchperf/strsrchperf -b";
+    $p1 = "LD_LIBRARY_PATH=".$ICUPrevious."/source/lib:".$ICUPrevious."/source/tools/ctestfw ".$ICUPathPrevious . "/strsrchperf/strsrchperf -b";
+    $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest . "/strsrchperf/strsrchperf -b";
 }
 
 my $dataFiles = {