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
Why would we use eval global scope options? When do we need it? Going up by scopes we get value much faster...
First example for moving up by scopes, second with eval.
<script>
var num = 200,
foo = 123,
i = 0;
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
functions |
| ready |
eval |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.