This is a big release packed with useful features.
- First and foremost, you can now plot runtime distribution graphs directly in the console; it looks something like this:
microbenchmarkis now the name of the command that becomes available after installing the package. It allows you to run the package's benchmarks without having to create a main entry point in your code.- The appearance of the CLI interface output is improved, and attractive frames are added around the benchmark results.
- More useful data added to the CLI: total runtime, broken down into two categories: total time spent, and how much of that time was spent specifically on the functions being tested.