sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 177 forks source link

Systematic benchmarking tool #15

Open sloisel opened 11 years ago

sloisel commented 11 years ago

I need a systematic benchmarking tool that I can run using d8 and node to compare two versions of numeric. I need to make sure that every function in numeric is benchmarked and that statistical "hypothesis testing" is used to prove which version of the library is faster, with p-values and everything. This needs to run fast enough for me to use regularly before I release new versions.