From 4b074b5698f9d92fdf9d61bfc0f20397f06b4fcd Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 21 Apr 1999 14:38:30 +0000 Subject: added 0 low-priority thread case to example usage --- TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize b/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize index 3a4f7f43bd9..3fb8cf24cc8 100755 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize @@ -7,7 +7,7 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}' # Summarizes results from a series of runs of MT_Cubit_Test, with # different numbers of clients. Example usage: # -# $ for i in 1 2 5 10 15 20 25 30 35 40 45 50; do ./MT_Cubit_Test $i; done +# $ for i in 0 1 2 5 10 15 20 25 30 35 40 45 50; do ./MT_Cubit_Test $i; done # $ ./summarize # # The first three lines above let this script run without specifying the -- cgit v1.2.1