6 comments

[ 3.1 ms ] story [ 27.6 ms ] thread
Nice and lightweight- I like it!

Seems like a really nice addition to this would be to demonstrate a quick integration with git bisect (http://book.git-scm.com/5_finding_issues_-_git_bisect.html). That could help you quickly identify troublesome commits where the speed dropped significantly.

That's definitely on my todo list.
Since 1.5.1 git has had `git-bisect run` which can fully automate the whole thing.

http://lwn.net/Articles/317154/

Only used this a couple of times, but I highly recommend it. It's one of those tools that's so clever you feel a bit like a jedi just using it.

Very interesting. I'd be interested in potential uses for other languages. I might do some research.