Scaffolding for easily writing microbenchmarks

Hopefully the README helps. I am often curious how different little bits of code compare and I know setting up Google benchmark is a pain in the ass and we often just code for performance by intuition. Of course at the end of the day the end-to-end performance is the key, but if you’re finding something is 2x faster in a microbenchmark it might be worth it.

4 Likes