nvzqz / divan

Fast and simple benchmarking for Rust projects
https://nikolaivazquez.com/blog/divan/
Apache License 2.0
924 stars 26 forks source link

Output format to Markdown Tables #14

Open Kerollmops opened 11 months ago

Kerollmops commented 11 months ago

It would be very cool to be able to output the results of a diff between two benchmarks as a markdown table. Highlighting the best numbers in bold or italic or both and even keep this configurable.

polarathene commented 10 months ago

Perhaps using the tabled crate for this would be a good idea?