From: Jan Michel Date: Mon, 9 Mar 2026 15:04:16 +0000 (+0100) Subject: add script to compare baselines X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=cb0da178841c5641a679c7061bcb9cab74a44d06;p=hades_mdc_settings.git add script to compare baselines --- diff --git a/scripts/compare_baselines.pl b/scripts/compare_baselines.pl index d8d60f8..11d6dea 100755 --- a/scripts/compare_baselines.pl +++ b/scripts/compare_baselines.pl @@ -115,7 +115,8 @@ print("$counters[2]\t 1 higher\n"); print("$counters[3]\t different\n"); print("$counters[4]\t no threshold found\n"); - + +print("writing to /tmp/mdc_newbaselines.csv and /tmp/mdc_oldbaselines.csv\n"); write_file("/tmp/mdc_newbaselines.csv",$newvalues); write_file("/tmp/mdc_oldbaselines.csv",$oldvalues); system("sort /tmp/mdc_oldbaselines.csv -k 11 -o /tmp/mdc_oldbaselines.csv");