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

Improve error on timeline view to indicate missing configuration #197

Closed smarr closed 5 months ago

smarr commented 5 months ago

The timeline view is based on the timeline data, which is only computed for the baseBranch configured for the project. This change shows the configuration on the timeline view, or reports that it's missing.

This fixes #196.