You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: