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: Use precise floating point arithmetics #154

Open smarr opened 1 year ago

smarr commented 1 year ago

Make sure the Chart.js boxplots use precise floating point arithmetics. It currently relies on https://github.com/sgratzl/boxplots which does not seem to be accounting for floating point inaccuracies.