simplebench.reporters.graph package🔗

Graph reporter base public API.

Purpose is to provide common functionality for all graph reporters in the reporters package.

Public API🔗

  • ImageType: Enum for known image types.

  • GraphOptions: Base class for graph reporter options.

  • SUPPORTED_IMAGE_TYPES: Set of supported image types.

class simplebench.reporters.graph.GraphOptions[source]🔗

Bases: ReporterOptions

Base class for MatplotlibReporter specific options.

class simplebench.reporters.graph.ImageType(value)[source]🔗

Bases: str, Enum

Enumeration of image types for graph output.

PNG = 'png'🔗

PNG (Portable Network Graphics) image format.

SVG = 'svg'🔗

SVG (Scalable Vector Graphics) image format.

Subpackages🔗

Submodules🔗