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

Are stats computed in new approach to timeline on the correct data? #132

Open smarr opened 1 year ago

smarr commented 1 year ago

Previously, we would simply fetch the correct data.

However, now that we rely on the client to provide us with the data, I am not sure the timeline is computed on the correct set of data points.

Needs to be investigate.

We will also simply replace existing timeline info. Possibly with partial data. So, there's no data accumulation.

Do we need a mechanism that integrates with the completion notice?