Skip to main content

bench_both

Executes both the apply and work benchmarks for a specified number of iterations.

def bench_both(
n: int = DEFAULT_ITS
) - > null

Executes both the apply and work benchmarks sequentially to measure overall performance.

Parameters

NameTypeDescription
nint = DEFAULT_ITSThe number of iterations to run for each benchmark suite.

Returns

TypeDescription
nullNothing is returned; results are typically output to stdout by the underlying benchmark functions.