simplebench.reporters.json.reporter.options.options module🔗
Reporter for benchmark results using JSON files.
- class simplebench.reporters.json.reporter.options.options.JSONOptions(*, full_data: bool = False)[source]🔗
Bases:
ReporterOptionsClass for holding JSON reporter specific options in a Choice or Case.
This class provides additional configuration options specific to the JSON reporter. It is accessed via the
optionsattribute of aChoiceorCaseinstance.- Variables:
full_data (bool) – Whether to include full data in the JSON output.
Initialize JSONChoiceOptions with default targets and subdirectory.
- Parameters:
full_data (bool) – Whether to include full data in the JSON output. Defaults to
False.