simplebench.reporters.csv.reporter.options.options module🔗
ReporerOptions subclass for CSV reporter specific options.
This module defines the CSVOptions class, which is a subclass of
ReporterOptions and is used
to hold options specific to the CSV reporter.
- class simplebench.reporters.csv.reporter.options.options.CSVOptions[source]🔗
Bases:
ReporterOptionsClass for holding CSV reporter specific options.
This class provides additional configuration options specific to the CSV reporter. It is accessed via the
optionsattribute of aChoiceinstance or aCaseinstance.It is currently only a stub for future expansion.