terminal/cli/python helpers for colour and pretty-printing
recording_1752064579.mp4
recording_1752062696.mp4
from pp import bench
bench.bench(
tests=[
(
(range(2),), # args
{}, # kwargs
[0,1], # expected
)
],
func_groups=[ [list] ],
n=100
)