Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
simplebench 0.8.0-alpha.0 documentation
simplebench 0.8.0-alpha.0 documentation

Table of Contents

  • Installation
  • Using SimpleBench
  • Tutorials
    • Basic Benchmark
    • Parameterized Benchmark
    • Controlling Benchmark Execution
  • Command-Line Options
  • Reports
    • Rich Table Report
    • CSV Report
    • JSON Report
    • Scatterplot Graph Report
  • Index
  • Module Index
Back to top
View this page

simplebench.reporters.graph.enums package🔗

Enums for the simplebench.graph package.

class simplebench.reporters.graph.enums.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.

Submodules🔗

  • simplebench.reporters.graph.enums.image_type module
    • ImageType
      • ImageType.PNG
      • ImageType.SVG
Copyright © 2025, Jerilyn Franz
Made with Sphinx and @pradyunsg's Furo
On this page
  • simplebench.reporters.graph.enums package
    • ImageType
      • ImageType.PNG
      • ImageType.SVG
    • Submodules