Skip to content

Commit f77d001

Browse files
Fix
1 parent 8541265 commit f77d001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/scripts/nvbench_compare.py

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

209209
has_batch_data = cmp_batch_summary and ref_batch_summary
210-
if not added_batch_headers:
210+
if has_batch_data and not added_batch_headers:
211211
headers.append("B Ref Time")
212212
colalign.append("right")
213213
headers.append("B Cmp Time")

0 commit comments

Comments
 (0)