We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9acdbf commit 31efb2dCopy full SHA for 31efb2d
benchmarks/compare.py
@@ -157,8 +157,8 @@ def compare(
157
console = Console(width=200)
158
159
# use basename as the column names
160
- baseline_header = baseline_path.parent.stem
161
- comparison_header = comparison_path.parent.stem
+ baseline_header = baseline_path.parent.name
+ comparison_header = comparison_path.parent.name
162
163
table = Table(show_header=True, header_style="bold magenta")
164
table.add_column("Query", style="dim", no_wrap=True)
0 commit comments