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.
2 parents d630d68 + 800e380 commit 1984147Copy full SHA for 1984147
scripts/benchmarks/output_markdown.py
@@ -27,7 +27,7 @@ def generate_markdown_details(results: list[Result]):
27
28
markdown_sections.append(f"""
29
<details>
30
-<summary>Benchmark details - environment, command, output...</summary>
+<summary>Benchmark details - environment, command...</summary>
31
""")
32
33
for res in results:
@@ -42,9 +42,6 @@ def generate_markdown_details(results: list[Result]):
42
#### Command:
43
{' '.join(res.command)}
44
45
-#### Output:
46
-{res.stdout}
47
-
48
</details>
49
50
0 commit comments