asv.plugins.regressions¶
Classes¶
A base class for pages displaying output in the JS application |
|
Obtain data sets from graphs, following configuration settings. |
Module Contents¶
- class asv.plugins.regressions.Regressions[source]¶
A base class for pages displaying output in the JS application
- class asv.plugins.regressions._GraphDataFilter(conf, repo, revisions)[source]¶
Obtain data sets from graphs, following configuration settings.
- get_graph_data(graph, benchmark)[source]¶
Iterator over graph data sets
Yields¶
- param_idx
Flat index to parameter permutations for parameterized benchmarks. None if benchmark is not parameterized.
- entry_name
Name for the data set. If benchmark is non-parameterized, this is the benchmark name.
- steps
Steps to consider in regression detection.
- threshold
User-specified threshold for regression detection.