Skip to content

Option for deno bench to output markdown table #29466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
boyeln opened this issue May 27, 2025 · 1 comment
Open

Option for deno bench to output markdown table #29466

boyeln opened this issue May 27, 2025 · 1 comment

Comments

@boyeln
Copy link

boyeln commented May 27, 2025

It would be very convenient if the deno bench could output a markdown table. My use case is to post the result in a github-proxy.voidd.workers.devment on PRs, but I belive this would be convenient many places. Like just copying the results into a readme file, or any other place that supports markdown.

Currently the default output of the deno bench is very close to a markdown table, but not quite. Not sure if the best approach is to change the default output, or just add a --markdown option (probably the latter since people might depend on the current format).

@ry
Copy link
Member

ry commented May 27, 2025

Might as well default to markdown. PRs welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants