But first, a prologue: This plugin tightly integrates into pytest. To use this effectively you should know a thing or two about pytest first. Take a look at the introductory material or watch talks. Few notes: This plugin benchmarks functions and only that. If you want to measure block of code or whole programs you will need to write a wrapper function. In a test you can only benchmark one functio

