Add regular print() markdown table
This commit is contained in:
parent
b5f75757c7
commit
e35aa864a5
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ if "gpu_info" in show:
|
||||||
headers = [PRETTY_NAMES[p] for p in show]
|
headers = [PRETTY_NAMES[p] for p in show]
|
||||||
headers += ["Test", f"t/s {name_baseline}", f"t/s {name_compare}", "Speedup"]
|
headers += ["Test", f"t/s {name_baseline}", f"t/s {name_compare}", "Speedup"]
|
||||||
|
|
||||||
logger.info(tabulate(
|
print(tabulate( # noqa: NP100
|
||||||
table,
|
table,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
floatfmt=".2f",
|
floatfmt=".2f",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue