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
var existingValues = new Array(5).fill(null).map((_,i) => 2500+i)
var existing = new Set(existingValues)
var existingObject = Object.fromEntries(existingValues.map(v => [v, true]))
var alpha = new Array(5000).fill(null).map((_,i) => i)
Ready to run.
Test | Ops/sec | |
---|---|---|
Filter and has |
| ready |
Loop and plain object |
| ready |
Loop and some |
| ready |
Loop and find |
| ready |
Loop and has |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.