( benchmark_class=cksum_benchmarks benchmark_name=cksum_pipeinput typeset -l -E execution_time=41.14988303 hostname=meridian typeset -l -i num_iterations=250 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/cksum testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/cksum /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=cksum_benchmarks benchmark_name=cksum_pipeinput typeset -l -E execution_time=54.75073218 hostname=meridian typeset -l -i num_iterations=250 path=/usr/bin/cksum testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /usr/bin/cksum /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=cmp_benchmarks benchmark_name=cmp_l_samefile typeset -l -E execution_time=109.9659011 hostname=meridian typeset -l -i num_iterations=200 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/cmp testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 200 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/cmp -l /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=cmp_benchmarks benchmark_name=cmp_l_samefile typeset -l -E execution_time=1.509255171 hostname=meridian typeset -l -i num_iterations=200 path=/usr/bin/cmp testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 200 ; i++ )) ; do /usr/bin/cmp -l /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=comm_benchmarks benchmark_name=comm_3_samefile typeset -l -E execution_time=80.51454782 hostname=meridian typeset -l -i num_iterations=100 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/comm testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/comm -3 /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=comm_benchmarks benchmark_name=comm_3_samefile typeset -l -E execution_time=22.30245781 hostname=meridian typeset -l -i num_iterations=100 path=/usr/bin/comm testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /usr/bin/comm -3 /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=cut_benchmarks benchmark_name=cut_f1_d_space typeset -l -E execution_time=538.4314408 hostname=meridian typeset -l -i num_iterations=250 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/cut testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/cut -f1 -d " " /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=cut_benchmarks benchmark_name=cut_f1_d_space typeset -l -E execution_time=63.19009519 hostname=meridian typeset -l -i num_iterations=250 path=/usr/bin/cut testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /usr/bin/cut -f1 -d " " /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=head_benchmarks benchmark_name=head_12000 typeset -l -E execution_time=42.10561895 hostname=meridian typeset -l -i num_iterations=500 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/head testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 500 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/head -12000 /tmp/mytestfile1002 /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=head_benchmarks benchmark_name=head_12000 typeset -l -E execution_time=12.89404798 hostname=meridian typeset -l -i num_iterations=500 path=/usr/bin/head testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 500 ; i++ )) ; do /usr/bin/head -12000 /tmp/mytestfile1002 /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=join_benchmarks benchmark_name=join_o_11_21_12_22 typeset -l -E execution_time=561.8347929 hostname=meridian typeset -l -i num_iterations=100 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/join testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/join -o 1.1 2.1 1.2 2.2 /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=join_benchmarks benchmark_name=join_o_11_21_12_22 typeset -l -E execution_time=27.44004011 hostname=meridian typeset -l -i num_iterations=100 path=/usr/bin/join testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /usr/bin/join -o 1.1 2.1 1.2 2.2 /tmp/mytestfile1002 /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=logname_benchmarks benchmark_name=logname_plain typeset -l -E execution_time=5.090389013 hostname=meridian typeset -l -i num_iterations=1000 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/logname testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 1000 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/logname >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=logname_benchmarks benchmark_name=logname_plain typeset -l -E execution_time=8.270925045 hostname=meridian typeset -l -i num_iterations=1000 path=/usr/bin/logname testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 1000 ; i++ )) ; do /usr/bin/logname >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=mkfifo_benchmarks benchmark_name=mkfifo_many typeset -l -E execution_time=26.784688 hostname=meridian typeset -l -i num_iterations=1000 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/mkfifo testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 1000 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/mkfifo "/tmp/tdfifo_$$_$$_1" "/tmp/tdfifo_$$_$$_2" "/tmp/tdfifo_$$_$$_3" "/tmp/tdfifo_$$_$$_4" "/tmp/tdfifo_$$_$$_5" "/tmp/tdfifo_$$_$$_6" "/tmp/tdfifo_$$_$$_7" "/tmp/tdfifo_$$_$$_8" "/tmp/tdfifo_$$_$$_9" ; rm /tmp/tdfifo_$$_$$_* ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=mkfifo_benchmarks benchmark_name=mkfifo_many typeset -l -E execution_time=30.51405621 hostname=meridian typeset -l -i num_iterations=1000 path=/usr/bin/mkfifo testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 1000 ; i++ )) ; do /usr/bin/mkfifo "/tmp/tdfifo_$$_$$_1" "/tmp/tdfifo_$$_$$_2" "/tmp/tdfifo_$$_$$_3" "/tmp/tdfifo_$$_$$_4" "/tmp/tdfifo_$$_$$_5" "/tmp/tdfifo_$$_$$_6" "/tmp/tdfifo_$$_$$_7" "/tmp/tdfifo_$$_$$_8" "/tmp/tdfifo_$$_$$_9" ; rm /tmp/tdfifo_$$_$$_* ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=paste_benchmarks benchmark_name=paste_d_space typeset -l -E execution_time=938.1478891 hostname=meridian typeset -l -i num_iterations=250 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/paste testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/paste -d" " /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=paste_benchmarks benchmark_name=paste_d_space typeset -l -E execution_time=26.92814302 hostname=meridian typeset -l -i num_iterations=250 path=/usr/bin/paste testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /usr/bin/paste -d" " /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=sum_benchmarks benchmark_name=sum_pipefile typeset -l -E execution_time=67.97592688 hostname=meridian typeset -l -i num_iterations=250 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/sum testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/sum /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=sum_benchmarks benchmark_name=sum_pipefile typeset -l -E execution_time=31.98968196 hostname=meridian typeset -l -i num_iterations=250 path=/usr/bin/sum testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /usr/bin/sum /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=tail_benchmarks benchmark_name=tail_50 typeset -l -E execution_time=11.51588702 hostname=meridian typeset -l -i num_iterations=250 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/tail testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/tail -50 /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=tail_benchmarks benchmark_name=tail_500 typeset -l -E execution_time=56.25173593 hostname=meridian typeset -l -i num_iterations=250 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/tail testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/tail -500 /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=tail_benchmarks benchmark_name=tail_50 typeset -l -E execution_time=1.974473 hostname=meridian typeset -l -i num_iterations=250 path=/usr/bin/tail testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /usr/bin/tail -50 /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=tail_benchmarks benchmark_name=tail_500 typeset -l -E execution_time=2.138557911 hostname=meridian typeset -l -i num_iterations=250 path=/usr/bin/tail testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 250 ; i++ )) ; do /usr/bin/tail -500 /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=tee_benchmarks benchmark_name=tee_two_dev_null typeset -l -E execution_time=30.16691399 hostname=meridian typeset -l -i num_iterations=500 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/tee testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 500 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/tee /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=tee_benchmarks benchmark_name=tee_two_dev_null typeset -l -E execution_time=4.038633108 hostname=meridian typeset -l -i num_iterations=500 path=/usr/bin/tee testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 500 ; i++ )) ; do /usr/bin/tee /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=uniq_benchmarks benchmark_name=uniq_pipe typeset -l -E execution_time=196.2939651 hostname=meridian typeset -l -i num_iterations=500 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/uniq testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 500 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/uniq /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=uniq_benchmarks benchmark_name=uniq_pipe typeset -l -E execution_time=72.21464205 hostname=meridian typeset -l -i num_iterations=500 path=/usr/bin/uniq testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 500 ; i++ )) ; do /usr/bin/uniq /dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=wc_benchmarks benchmark_name=wc_c typeset -l -E execution_time=59.86322308 hostname=meridian typeset -l -i num_iterations=100 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/wc testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/wc -c /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=wc_benchmarks benchmark_name=wc_l typeset -l -E execution_time=59.80422115 hostname=meridian typeset -l -i num_iterations=100 path=/home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/wc testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /home/test001/ksh93/svn/scripts/benchmarks/tmp/oldcmd/wc -l /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=wc_benchmarks benchmark_name=wc_c typeset -l -E execution_time=0.8333690166 hostname=meridian typeset -l -i num_iterations=100 path=/usr/bin/wc testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /usr/bin/wc -c /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) ) ( benchmark_class=wc_benchmarks benchmark_name=wc_l typeset -l -E execution_time=13.64160991 hostname=meridian typeset -l -i num_iterations=100 path=/usr/bin/wc testcmd='export LC_ALL=en_US.UTF-8 ; typeset -i i ; for (( i=0 ; i < 100 ; i++ )) ; do /usr/bin/wc -l /tmp/mytestfile1002 >/dev/null ; done' tuneables=( iteration_factor=1 test_locale=en_US.UTF-8 testfilesize_factor=1 ) )