Skip to content
Snippets Groups Projects

merge qa-build-cms-digi-run3-aarch64 commit d3c0e96c from 4571177

Closed Ghost User requested to merge tmp_qa-build-cms-digi-run3-aarch64_d3c0e96c into master
100 files
+ 365066
515
Compare changes
  • Side-by-side
  • Inline
Files
100
@@ -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