Support Markdown tables as an output format
Markdown support helps to streamline the publishing of the results in GitHub. I.e. remove the need to reformat the console output to Markdown table format when publishing the results in GitHub.
sounds reasonable.
more and more i'm thinking we should move all non-json reporting to separate tooling.
On Fri, Sep 1, 2017 at 10:55 AM, Juha Lepola [email protected] wrote:
Markdown support helps to streamline the publishing of the results in GitHub. I.e. remove the need to reformat the console output to Markdown table format when publishing the results in GitHub.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/benchmark/issues/441, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfIMo8pVOZi21Dbgxm85xYzcwJLnAGWks5seEUfgaJpZM4PKdDq .
I take it that a small Python application that does the trick would be preferred then?
yes. something that can take the json output and render it appropriately would be best, i think.