mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 03:01:14 +00:00
Fix
This commit is contained in:
@@ -207,7 +207,7 @@ def compare_benches(ref_benches, cmp_benches, threshold, plot):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
has_batch_data = cmp_batch_summary and ref_batch_summary
|
has_batch_data = cmp_batch_summary and ref_batch_summary
|
||||||
if not added_batch_headers:
|
if has_batch_data and not added_batch_headers:
|
||||||
headers.append("B Ref Time")
|
headers.append("B Ref Time")
|
||||||
colalign.append("right")
|
colalign.append("right")
|
||||||
headers.append("B Cmp Time")
|
headers.append("B Cmp Time")
|
||||||
|
|||||||
Reference in New Issue
Block a user