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
| Name | Type | Description |
|---|---|---|
| n | int = DEFAULT_ITS | The number of iterations to run for each benchmark suite. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; results are typically output to stdout by the underlying benchmark functions. |