mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Add bracketing newlines.
This commit is contained in:
committed by
Allison Vacanti
parent
1002082817
commit
f1715786fd
@@ -108,6 +108,7 @@ def get_row(cmp_benches, ref_benches):
|
||||
|
||||
rows, faileds = zip(*get_row(cmp_benches, ref_benches))
|
||||
|
||||
print()
|
||||
print(
|
||||
tabulate.tabulate(
|
||||
rows,
|
||||
@@ -129,5 +130,6 @@ print(
|
||||
tablefmt="github",
|
||||
)
|
||||
)
|
||||
print()
|
||||
|
||||
sys.exit(any(faileds))
|
||||
|
||||
Reference in New Issue
Block a user