Skip to content

Commit 9a64274

Browse files
remove benchmark output from markdown
1 parent b841691 commit 9a64274

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/benchmarks/output_markdown.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def generate_markdown_details(results: list[Result]):
2727

2828
markdown_sections.append(f"""
2929
<details>
30-
<summary>Benchmark details - environment, command, output...</summary>
30+
<summary>Benchmark details - environment, command...</summary>
3131
""")
3232

3333
for res in results:
@@ -42,9 +42,6 @@ def generate_markdown_details(results: list[Result]):
4242
#### Command:
4343
{' '.join(res.command)}
4444
45-
#### Output:
46-
{res.stdout}
47-
4845
</details>
4946
""")
5047
markdown_sections.append(f"""

0 commit comments

Comments
 (0)