summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xACE/performance-tests/TCP/run_test.pl2
-rwxr-xr-xACE/performance-tests/UDP/run_test.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/performance-tests/TCP/run_test.pl b/ACE/performance-tests/TCP/run_test.pl
index b8369b09adb..8000ae6496e 100755
--- a/ACE/performance-tests/TCP/run_test.pl
+++ b/ACE/performance-tests/TCP/run_test.pl
@@ -6,7 +6,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
-use PerlACE::Run_Test;
+use PerlACE::TestTarget;
$SV = new PerlACE::Process ("tcp_test", "-s");
$CL = new PerlACE::Process ("tcp_test", "-c localhost -i 50000 -b 64");
diff --git a/ACE/performance-tests/UDP/run_test.pl b/ACE/performance-tests/UDP/run_test.pl
index 214a3cd667e..fcd236a40a2 100755
--- a/ACE/performance-tests/UDP/run_test.pl
+++ b/ACE/performance-tests/UDP/run_test.pl
@@ -6,7 +6,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
-use PerlACE::Run_Test;
+use PerlACE::TestTarget;
$SV = new PerlACE::Process ("udp_test", "-r");
$CL = new PerlACE::Process ("udp_test", "-t -n 10000 localhost");