miniperfstab
miniperfstab is a small Python script designed to simplify performance benchmarking of Python code. It allows users to define functions and then easily measure their execution time under varying conditions. The primary goal of miniperfstab is to provide a straightforward way to get a quick sense of how different code implementations or parameter settings affect performance, without requiring complex setup or extensive profiling tools.
The script works by taking a list of functions as input and optionally accepting arguments for these
miniperfstab is particularly useful for developers who want to perform micro-benchmarking during the development process. It