]> jspc29.x-matter.uni-frankfurt.de Git - hades_mdc_settings.git/commitdiff
add script to compare baselines master
authorJan Michel <michel@physik.uni-frankfurt.de>
Mon, 9 Mar 2026 15:04:16 +0000 (16:04 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Mon, 9 Mar 2026 15:04:16 +0000 (16:04 +0100)
scripts/compare_baselines.pl

index d8d60f8e83411e7b2ba1330383fe79b7fad19fa7..11d6dea58fc4ccc0ccf38d5758f2ff3afda8c2ad 100755 (executable)
@@ -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");