summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-02-03 05:59:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-02-03 05:59:26 +0000
commita909b9db56b6f67d77d725d02a96f783e9a556f6 (patch)
tree77cf011a1528577198c11bb1c683f8b8f4a6e6d3 /TAO/performance-tests
parenta4dd9529eecb5af16b2c5956b1f43a8f5ce642a3 (diff)
downloadATCD-a909b9db56b6f67d77d725d02a96f783e9a556f6.tar.gz
ChangeLogTag:Sat Feb 2 21:56:41 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-xTAO/performance-tests/Latency/Single_Threaded/default_configuration.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/Single_Threaded/default_configuration.pl b/TAO/performance-tests/Latency/Single_Threaded/default_configuration.pl
index fb56cff0831..daac8404bce 100755
--- a/TAO/performance-tests/Latency/Single_Threaded/default_configuration.pl
+++ b/TAO/performance-tests/Latency/Single_Threaded/default_configuration.pl
@@ -5,14 +5,14 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;
$iorfile = PerlACE::LocalFile ("test.ior");
$defaultconf = PerlACE::LocalFile ("default.conf");
-print STDERR "================ Single-threaded Latency Test\n";
+print STDERR "================ Single-threaded (default) Latency Test\n";
unlink $iorfile;