We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb0413a + c201027 commit 9b6221dCopy full SHA for 9b6221d
bench_runner/scripts/run_benchmarks.py
@@ -279,10 +279,11 @@ def run_summarize_stats(
279
) as fd:
280
fd.write(header)
281
if benchmarks:
282
+ fd.write("- ")
283
for name in benchmarks:
284
fd.write(
- f"- [{name}]"
285
- f"({Path(result.filename.name).with_suffix('')}-{name}.md)\n"
+ f"[{name}]"
286
+ f"({Path(result.filename.name).with_suffix('')}-{name}.md), "
287
)
288
fd.write("\n")
289
fd.write(table)
0 commit comments