Skip to content

v1.93.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 09:03
9c160f3

Added

  • ShowMode StrEnum (live, html, published, none) exported from the top-level bencher package. bn.run(show=bn.ShowMode.HTML) gives autocomplete and typo detection while plain strings (show="html") and booleans (show=True) keep working. The old "static" spelling is accepted as an alias for ShowMode.HTML.

Changed

  • The show parameter on bn.run(), BenchRunner.run(), BenchRunner.show(), and BenchPlotSrvCfg now accepts ShowMode in addition to bool | str.
  • Renamed the "static" display mode to "html" ("static" remains supported via alias).