From 7bfbc4931964d0efa63320becc697e5096aab215 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:33:08 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 7568738f8..294322005 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -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"