|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T b
Length: 558 (0x22e) Types: TextFile Names: »byte.run«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/byte/byte.run«
#! /bin/sh # SSBA 1.21E # # Script : byte.run # b=byte TIME=../config/chrono log=$b.log res=$b.res echo "kill -9 $$" >$b.kill chmod u+x $b.kill cat $b.kill >> ../ssba/ssba.kill d=`date` echo "BYTE: BEGIN execution at $d" >$log cat $b.doc > $res $TIME 2>>$res /bin/sh multi.sh 1 $TIME 2>>$res /bin/sh multi.sh 2 $TIME 2>>$res /bin/sh multi.sh 4 $TIME 2>>$res /bin/sh multi.sh 8 $TIME 2>>$res /bin/sh multi.sh 12 $TIME 2>>$res /bin/sh multi.sh 16 echo "" >>$res tail -7 $res | awk -f byte.awk >> $res d=`date` echo "BYTE: END execution at $d" >>$log