Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 23:33:08 +01:00
committed by GitHub
parent 107e982927
commit 7bfbc49319

View File

@@ -138,6 +138,8 @@ jobs:
print str
}
}' StatsTmp > StatsTmp2 && mv StatsTmp2 StatsTmp
#Normalize data
awk 'FNR==NR{max=($2+0>max)?$2:max;next} {print $1,$2/max}' StatsTmp StatsTmp
# Plot graph
( gnuplot-nox -persist <<-EOFMarker
set title "$TITLE"