diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 21:07:32 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 21:07:32 +0000 |
commit | 1aeb118acb63971a59545f59c65dd9b70a06333f (patch) | |
tree | 669d611c1d0b09128572bb6fe694ece07a8e80d4 /bin | |
parent | e4f61e2b7f99e89d2430c32caf91192c614d18e3 (diff) | |
download | ATCD-1aeb118acb63971a59545f59c65dd9b70a06333f.tar.gz |
ChangeLogTag:Sun Jan 27 12:48:48 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/auto_run_tests.lst | 14 | ||||
-rwxr-xr-x | bin/performance_stats.sh | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst index a7eda1c19aa..39c16b0c855 100644 --- a/bin/auto_run_tests.lst +++ b/bin/auto_run_tests.lst @@ -15,13 +15,13 @@ TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl: !MINIMUM !ST TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test_lite.pl: !MINIMUM !ST !STATIC TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl: !ST -TAO/performance-tests/Single_Threaded_Latency/run_test.pl -TAO/performance-tests/Thread_Pool_Latency/run_test.pl: !ST -TAO/performance-tests/Thread_Per_Connection_Latency/run_test.pl: !ST -TAO/performance-tests/AMI_Latency/run_test.pl: !MINIMUM !ST -TAO/performance-tests/DSI_Latency/run_test.pl: !MINIMUM -TAO/performance-tests/DII_Latency/run_test.pl: !MINIMUM -TAO/performance-tests/Deferred_Latency/run_test.pl: !MINIMUM +TAO/performance-tests/Latency/Single_Threaded/run_test.pl +TAO/performance-tests/Latency/Thread_Pool/run_test.pl: !ST +TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl: !ST +TAO/performance-tests/Latency/AMI/run_test.pl: !MINIMUM !ST +TAO/performance-tests/Latency/DSI/run_test.pl: !MINIMUM +TAO/performance-tests/Latency/DII/run_test.pl: !MINIMUM +TAO/performance-tests/Latency/Deferred/run_test.pl: !MINIMUM TAO/performance-tests/Throughput/run_test.pl diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh index ed0e39765da..f5df21c0365 100755 --- a/bin/performance_stats.sh +++ b/bin/performance_stats.sh @@ -33,7 +33,7 @@ fi /bin/sync sleep 10 ( - cd $ACE_ROOT/TAO/performance-tests/Single_Threaded_Latency; + cd $ACE_ROOT/TAO/performance-tests/Latency/Single_Threaded; ./default_configuration.pl > $DEST/source/Default.log 2>&1 ) if grep -q 'Total throughput: ' Default.log; then @@ -47,7 +47,7 @@ for i in $COMMON_TESTS; do /bin/sync sleep 10 ( - cd $ACE_ROOT/TAO/performance-tests/${i}_Latency; + cd $ACE_ROOT/TAO/performance-tests/Latency/${i}; ./run_test.pl > $DEST/source/${i}.log 2>&1 ) if grep -q 'Total throughput: ' ${i}.log; then |