summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/performance_stats.sh2
1 files changed, 1 insertions, 1 deletions
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
(