jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
added straight toFixed() to show performance of parseFloat()
var test = [1.2345, 2.340000001, 3.00, 4.56789012, 67898888888888.1000001];
var i = 0;
var len = test.length;
var n = 0;
Ready to run.
Test | Ops/sec | |
---|---|---|
Math.round |
| ready |
parseFloat .toFixed |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.