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
<script src="http://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/sha256.js">
</script>
<script src="http://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/sha512.js">
</script>
<script src="http://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/pbkdf2.js">
</script>
<script src="http://crypto-js.googlecode.com/svn/tags/3.0.2/build/components/enc-base64-min.js
">
</script>
var username = "John_Doe";
var password = "wegotahellofamasterpassword!"
Ready to run.
Test | Ops/sec | |
---|---|---|
Salt SHA256, PRF SHA512, iterations 1000, dkLen 512 |
| ready |
Salt SHA256, PRF SHA512, iterations 500, dkLen 512 |
| ready |
Salt SHA256, PRF SHA256, iterations 1000, dkLen 256 |
| ready |
Salt SHA256, PRF SHA256, iterations 500, dkLen 256 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.