Skip to content

Commit 2bb04cd

Browse files
committed
[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.
1 parent eed578a commit 2bb04cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/compare.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ def float_format(x):
320320
formatters=formatters,
321321
)
322322
print(out)
323-
print(d.describe())
324323

325324

326325
def main():

0 commit comments

Comments
 (0)