Skip to content
Snippets Groups Projects

merge qa-build-cms-digi-run3-aarch64 commit 781b023b from 4555890

Closed Ghost User requested to merge tmp_qa-build-cms-digi-run3-aarch64_781b023b into master
100 files
+ 364481
87
Compare changes
  • Side-by-side
  • Inline
Files
100
@@ -17,7 +17,7 @@ function parseResults(){
@@ -17,7 +17,7 @@ function parseResults(){
echo "[parseResults] parsing results from" proc_*/out_*.log
echo "[parseResults] parsing results from" proc_*/out_*.log
local shstatus=0
local shstatus=0
# Parse 'Event Throughput: xxxx ev/s'
# 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}
{ 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);
END{sep=sprintf("%*s", 120, "");gsub(/ /, "*", sep);
n = asort(a); if (n % 2) {
n = asort(a); if (n % 2) {
Loading