simplebench.reporters.graph.enums package🔗
Enums for the simplebench.graph package.
- class simplebench.reporters.graph.enums.ImageType(
- value,
- names=<not given>,
- *values,
- module=None,
- qualname=None,
- type=None,
- start=1,
- boundary=None,
-
Enumeration of image types for graph output.
- PNG = 'png'🔗
PNG (Portable Network Graphics) image format.
- SVG = 'svg'🔗
SVG (Scalable Vector Graphics) image format.