summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/run_test.pl')
-rwxr-xr-xTAO/performance-tests/Latency/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/run_test.pl b/TAO/performance-tests/Latency/run_test.pl
index 4cdf8c6c076..7be2430c464 100755
--- a/TAO/performance-tests/Latency/run_test.pl
+++ b/TAO/performance-tests/Latency/run_test.pl
@@ -9,7 +9,7 @@ unshift @INC, '../../../bin';
require ACEutils;
$client_conf="client.conf";
-$server_conf="server.conf";
+$server_conf="client.conf";
$threads='4';
$iorfile = "test.ior";