smarr / ReBenchDB

ReBenchDB records benchmark results and provides customizable reporting to track and analyze run-time performance of software programs.
MIT License
12 stars 6 forks source link

Fix report rendering when executor comparison inline plot only has one data series #192

Closed smarr closed 5 months ago

smarr commented 5 months ago

This allows the report to render when there's not actually a comparison, but only a single data series.

The PR also reduces the refresh rate of the report-rending placeholder to 5 seconds, since they render so fast now 🥳

And, we make download of the font conditional on whether it's not already there. Useful for development setup.

This resolves #189.