asv.plugins.summarylist¶
Classes¶
A base class for pages displaying output in the JS application |
Functions¶
|
Iterate over all combinations of parameterized benchmark parameters. |
Module Contents¶
- asv.plugins.summarylist.benchmark_param_iter(benchmark)[source]¶
Iterate over all combinations of parameterized benchmark parameters.
Yields¶
- idxint
Combination flat index. None if benchmark not parameterized.
- paramstuple
Tuple of parameter values.