]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/ustrperf/StringPerf.pl
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / perf / ustrperf / StringPerf.pl
index ede92bb48ef84d0105c3b8aec8314bba93079389..0bcdaa0b4f89db5b69f1f0bf6c1750d1d5c1d159 100644 (file)
@@ -31,7 +31,7 @@ my $options = {
 # tests will be done for all the programs. Results will be stored and connected
 my $p;
 if ($OnWindows) {
-       $p = $ICUPathLatest."/ustrperf/Release/stringperf.exe -l -u";
+       $p = $ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -l -u";
 } else {
        $p = $ICUPathLatest."/ustrperf/stringperf -l -u";
 }