Skip to content
Snippets Groups Projects

merge qa-build-atlas-sim_mt-aarch64 commit bebac89e from 4545386

Closed Ghost User requested to merge tmp_qa-build-atlas-sim_mt-aarch64_bebac89e into master
97 files
+ 364311
48
Compare changes
  • Side-by-side
  • Inline
Files
97
@@ -17,7 +17,7 @@ function parseResults(){
echo "[parseResults] parsing results from" proc_*/out_*.log
local shstatus=0
# Parse 'Event Throughput: xxxx ev/s'
resJSON=`grep -A2 "INFO Statistics for 'evt'" proc_*/AtlasG4_trf.log | grep "<real>" | sed -e "s@[^(]*([[:blank:]]*\([ 0-9\.]*\) +/-.*@\1@" | awk 'BEGIN{amin=1000000;amax=0;count=0;}
resJSON=`grep --text -A2 "INFO Statistics for 'evt'" proc_*/AtlasG4_trf.log | grep "<real>" | sed -e "s@[^(]*([[:blank:]]*\([ 0-9\.]*\) +/-.*@\1@" | awk 'BEGIN{amin=1000000;amax=0;count=0;}
{ val=1./(int($1)/1000.); a[count]=val; count+=1; sum+=val; if(amax<val) amax=val; if(amin>val) amin=val}
END{sep=sprintf("%*s", 120, "");gsub(/ /, "*", sep);
n = asort(a); if (n % 2) {
Loading