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
Perform key derivation with PBKDF2 over HMAC-SHA256.
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/hmac-sha256.js"></script>
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/pbkdf2.js"></script>
<script src="http://bitwiseshiftleft.github.io/sjcl/sjcl.js"></script>
<script src="http://vibornoff.com/asmcrypto.js"></script>
var password = 'My53cr3tPa55w0rd',
salt = 'My5a1t',
iterations = 1000,
dklength = 32;
Ready to run.
Test | Ops/sec | |
---|---|---|
CryptoJS |
| ready |
SJCL |
| ready |
asmCrypto.js |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.