Build time graph with buildhawk
How long your build took to run, in a graph, on a webpage. That’s pretty fantastic. You need to be storing your build time in git notes, as I wrote about a few weeks back. Then simply:
1 2 3 |
gem install buildhawk buildhawk > report.html open report.html |
This is a simple gem I hacked together today that parses git log
and stuffs the output into an ERB template that uses TufteGraph and some subtle jQuery animation to make it look nice. For extra prettiness, I use the Monofur font, but maybe you are content with your default monospace
. If you want to poke around the internals (there’s not much!) have a look on Github.