summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorsma1 <sma1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 18:49:00 +0000
committersma1 <sma1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 18:49:00 +0000
commit5de6d126d586a25071956e3e88899b11c5a3fed4 (patch)
tree9925549b87339e0471f8ed818241652019e073a0 /TAO/performance-tests
parent151ee41e715c582b141a3e6b340876a413bc6a41 (diff)
downloadATCD-5de6d126d586a25071956e3e88899b11c5a3fed4.tar.gz
See Fri Oct 9 13:42:47 1998 Shawn Michael Atkins <sma1@lambada.cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Thruput/TAO/results/REMOTE/README4
-rwxr-xr-xTAO/performance-tests/Thruput/TAO/run_client7
2 files changed, 11 insertions, 0 deletions
diff --git a/TAO/performance-tests/Thruput/TAO/results/REMOTE/README b/TAO/performance-tests/Thruput/TAO/results/REMOTE/README
new file mode 100644
index 00000000000..2ece064f320
--- /dev/null
+++ b/TAO/performance-tests/Thruput/TAO/results/REMOTE/README
@@ -0,0 +1,4 @@
+This file is here to make the directory non-empty so it won't be
+removed by cvs.
+ Shawn Atkins <sma1@cs.wustl.edu>
+
diff --git a/TAO/performance-tests/Thruput/TAO/run_client b/TAO/performance-tests/Thruput/TAO/run_client
index 5d281fef983..ccb515f75fe 100755
--- a/TAO/performance-tests/Thruput/TAO/run_client
+++ b/TAO/performance-tests/Thruput/TAO/run_client
@@ -10,6 +10,13 @@
# exit 1
# endif
+#if the directory $1 <TEST_NAME> doesn't exist create it
+if (!(-d ./results/REMOTE/$1)) then
+ chdir ./results/REMOTE
+ mkdir $1
+ chdir ../../
+endif
+
#shorts
run_test 67108864 128 ./results/REMOTE/$1/sun-iiop.atm1.64 s $2
sleep 5