smarr / ReBenchDB

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

New Comparison View: Add caching, and updating like with the old view #155

Closed smarr closed 1 year ago

smarr commented 1 year ago

Currently, it is recomputed on each access, which is good for development and debugging, but for production, we really want to cache the result like we do on the old view.

smarr commented 1 year ago

Resolved with #169