Skip to content

0.0.3

Latest

Choose a tag to compare

@pomponchik pomponchik released this 15 Apr 12:57
53c22c6

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:
Снимок экрана 2026-04-14 в 22 17 22
  • microbenchmark is 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.