diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-12-29 10:48:49 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-12-29 10:48:49 +0000 |
commit | 10863111725f40d8459d120ac217293be69784f5 (patch) | |
tree | b0cbc64be463354da5520d09492bb92251900dd5 /ACE/performance-tests | |
parent | 2ce2b5f7622a16cca41920c9abb56427c22f97f2 (diff) | |
download | ATCD-10863111725f40d8459d120ac217293be69784f5.tar.gz |
Diffstat (limited to 'ACE/performance-tests')
-rwxr-xr-x | ACE/performance-tests/TCP/run_test.pl | 2 | ||||
-rwxr-xr-x | ACE/performance-tests/UDP/run_test.pl | 2 |
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"); |