Skip to content

Commit d140027

Browse files
Fix
1 parent 58d1f8c commit d140027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nvbench_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def lookup_summary(summaries, tag):
201201
continue
202202

203203
has_batch_data = cmp_batch_summary and ref_batch_summary
204-
if not added_batch_headers:
204+
if has_batch_data and not added_batch_headers:
205205
headers.append("B Ref Time")
206206
colalign.append("right")
207207
headers.append("B Cmp Time")

0 commit comments

Comments
 (0)