From dfec1870e7edb3a57f37b018e608410c11795511 Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 10 Jun 2003 02:37:07 +0000 Subject: *** empty log message *** --- bin/performance_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh index 5ce44caf9d8..71cd729e5d7 100755 --- a/bin/performance_stats.sh +++ b/bin/performance_stats.sh @@ -88,7 +88,7 @@ for i in $SEQUENCE_TESTS; do cd $ACE_ROOT/TAO/performance-tests/Sequence_Latency/${i}; for j in $SEQ_TEST_TYPE; do ( - ./run_test.pl > $DEST/source/Sequence_${i}_${j}.log 2>&1 + ./run_test.pl -t $j > $DEST/source/Sequence_${i}_${j}.log 2>&1 if grep -q 'Total throughput: ' $DEST/source/Sequence_${i}_${j}.log; then ( -- cgit v1.2.1