From 2bb04cd1a8bdbe6cc1aff248cefb53a14336bba2 Mon Sep 17 00:00:00 2001 From: tomershafir Date: Tue, 5 Aug 2025 15:11:08 +0300 Subject: [PATCH] [utils] Remove useless compare.py output The last part of the output by `print(d.describe())` aggregates numbers from different programs and doesn't statistically makes sense, making it pure noise. Next, I plan to support quantile merging, and stddev for mean. --- utils/compare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/compare.py b/utils/compare.py index 3001f5fc79..348a08ee41 100755 --- a/utils/compare.py +++ b/utils/compare.py @@ -320,7 +320,6 @@ def float_format(x): formatters=formatters, ) print(out) - print(d.describe()) def main():