You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).