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
const date = new Date('August 19, 1975 23:15:30 GMT+00:00')
const sharedDateFormat = new Intl.DateTimeFormat('en-US');
Ready to run.
Test | Ops/sec | |
---|---|---|
Intl.DateTimeFormat using shared instance |
| ready |
Intl.DateTimeFormat using new instance each time |
| ready |
Date.prototype.toLocaleTimeString() |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.