Dear Nimmers, [Here's](https://github.com/LemonBoy/criterion.nim) a nice little library for all your microbenchmarking needs. Benchmarking is hard and the aim of this library is to abstract away most of the complexity and pitfalls and provide the user (hopefully) meaningful results. If you ever used Haskell's [criterion](http://www.serpentine.com/criterion) package then you may already be familiar with how the library works.
I've been chipping away at the API in order to make the library as ergonomic as possible and now I think it's right about time to ask for some feedback from some third party users. * * * Have fun and keep on hacking, LemonBoy