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

Attempt to reduce unnecessary accesses to data files #180

Closed smarr closed 6 months ago

smarr commented 6 months ago

Looks like rebench.dev is caching a lot of raw data files. Though, they should only ever be generated when someone actually requested them. So, it's not clear to me why this happens.

This PR adds three things to hopefully minimize this unnecessary load on the server: