summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Performance/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Performance/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Event/Performance/run_test.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Event/Performance/run_test.pl b/TAO/orbsvcs/tests/Event/Performance/run_test.pl
index ac2e3808597..3c775d16d5f 100755
--- a/TAO/orbsvcs/tests/Event/Performance/run_test.pl
+++ b/TAO/orbsvcs/tests/Event/Performance/run_test.pl
@@ -18,7 +18,7 @@ $status = 0;
print STDERR "\n\nThroughput/Latency single threaded configuration\n";
$T = Process::Create ($prefix . "Throughput".$EXE_EXT,
" -ORBsvcconf ec.st.conf "
- . "-burstsize 2000 -burstcount 1");
+ . "-burstsize 100000 -burstcount 1");
if ($T->TimedWait (60) == -1) {
print STDERR "ERROR: Test timedout\n";
$status = 1;
@@ -28,7 +28,7 @@ if ($T->TimedWait (60) == -1) {
print STDERR "\n\nThroughput/Latency MT-safe configuration\n";
$T = Process::Create ($prefix . "Throughput".$EXE_EXT,
- " -burstsize 2000"
+ " -burstsize 100000"
." -burstcount 1");
if ($T->TimedWait (60) == -1) {
print STDERR "ERROR: Test timedout\n";
@@ -39,7 +39,7 @@ if ($T->TimedWait (60) == -1) {
print STDERR "\n\nThroughput/Latency MT-safe configuration, 4 consumers\n";
$T = Process::Create ($prefix . "Throughput".$EXE_EXT,
- " -burstsize 2000"
+ " -burstsize 100000"
." -burstcount 1 -consumers 4");
if ($T->TimedWait (60) == -1) {
print STDERR "ERROR: Test timedout\n";
@@ -51,7 +51,7 @@ if ($T->TimedWait (60) == -1) {
print STDERR "\n\nThroughput/Latency MT-safe configuration,",
" 4 consumers 4 suppliers\n";
$T = Process::Create ($prefix . "Throughput".$EXE_EXT,
- " -burstsize 2000"
+ " -burstsize 100000"
." -burstcount 1 -consumers 4 -suppliers 4");
if ($T->TimedWait (60) == -1) {
print STDERR "ERROR: Test timedout\n";
@@ -63,7 +63,7 @@ if ($T->TimedWait (60) == -1) {
print STDERR "\n\nThroughput/Latency MT-safe configuration,",
" 4 consumers 4 suppliers\n";
$T = Process::Create ($prefix . "Throughput".$EXE_EXT,
- " -burstsize 2000"
+ " -burstsize 100000"
." -burstcount 1 -consumers 4 -suppliers 4"
." -consumers_tshift 0 -suppliers_tshift 0");
if ($T->TimedWait (60) == -1) {