Skip to content

Commit 2e61c00

Browse files
authored
Merge branch 'benchmark-tests' into benchmark-fakebad
2 parents e8b1cbc + bced885 commit 2e61c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbot/scripts/benchmark_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def generate_report(current_data: Dict, base_data: Dict, current_branch: str, ba
327327
current_benchmarks = current_data.get("benchmarks", [])
328328
if current_benchmarks:
329329
report += f"""<details>
330-
<summary>📊 Current Results (`{current_branch}`) - Click to expand</summary>
330+
<summary>📊 Current Results ({current_branch}) - Click to expand</summary>
331331
332332
{generate_benchmark_table(current_benchmarks, "Results")}
333333
</details>"""

0 commit comments

Comments
 (0)