mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 06:48:53 +00:00
Add small comment.
This commit is contained in:
committed by
Allison Vacanti
parent
5db95906f8
commit
38ec66dc0f
@@ -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"),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user