Add small comment.

This commit is contained in:
Vyas Ramasubramani
2021-05-03 12:30:39 -07:00
committed by Allison Vacanti
parent 5db95906f8
commit 38ec66dc0f

View File

@@ -73,6 +73,8 @@ def get_row(cmp_benches, ref_benches):
print(tabulate.tabulate((row for row in get_row(cmp_benches, ref_benches)),
# TODO: Reduce precision once we have really different
# numbers for comparison.
floatfmt="0.12f",
headers=("Name", "Parameters", "Old - New", "New Time", "Old Time", "New Std", "Old Std"),
))