]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/usetperf/UsetPerf.pl
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / perf / usetperf / UsetPerf.pl
index dda9272e931a83baa6565e593fe1d217b9e61c4f..a60a526b20eff6a21fbfcc0c69d3bd7652f7934b 100644 (file)
@@ -30,8 +30,8 @@ my $options = {
 # tests will be done for all the programs. Results will be stored and connected
 my $p1, $p2;
 if ($OnWindows) {
-       $p1 = $ICUPathPrevious."/usetperf/Release/usetperf.exe";
-       $p2 = $ICUPathLatest."/usetperf/Release/usetperf.exe";
+       $p1 = $ICUPathPrevious."/usetperf/$WindowsPlatform/Release/usetperf.exe";
+       $p2 = $ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe";
 } else {
        $p1 = $ICUPathPrevious."/usetperf/usetperf";
        $p2 = $ICUPathLatest."/usetperf/usetperf";