Description
Small Python timing experiments can be run from the command line with a modern workflow around timeit-style benchmarking.
This is a developer benchmarking tool. Microbenchmarks can mislead when they ignore real data, warmup, I/O, or system load, so compare results carefully.