simplebench.reporters.graph.scatterplot.reporter.config module🔗
Configuration for a ScatterPlotReporter.
- class simplebench.reporters.graph.scatterplot.reporter.config.ScatterPlotConfig(
- *,
- name: str | None = None,
- description: str | None = None,
- sections: Iterable[Section] | None = None,
- targets: Iterable[Target] | None = None,
- default_targets: Iterable[Target] | None = None,
- formats: Iterable[Format] | None = None,
- choices: ChoicesConf | None = None,
- file_suffix: str | None = None,
- file_unique: bool | None = None,
- file_append: bool | None = None,
- subdir: str | None = None,
Bases:
ReporterConfigConfiguration for a ScatterPlotReporter.
This class inherits from
ReporterConfigand provides a type-safe, discoverable interface for overriding the default settings of aScatterPlotReporter.Initialize the ScatterPlotReporter configuration.
Accepts keyword arguments to override any of the default configurations. All arguments are optional. If not provided, the default value for ScatterPlotReporter will be used.