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 type="text/javascript" src="http://www.onicos.com/staff/iz/amuse/javascript/expert/md5.js"></script>
<script type="text/javascript" src="http://labs.cybozu.co.jp/blog/mitsunari/2007/07/24/js/md5.js"></script>
<script type="text/javascript" src="http://user1.matsumoto.ne.jp/~goma/js/md5.js"></script>
<script type="text/javascript" src="http://pajhome.org.uk/crypt/md5/2.2/md5-min.js"></script>
<script type="text/javascript" src="http://www.webtoolkit.info/djs/webtoolkit.md5.js"></script>
<script>
var str = [];
var i = -1;
while(++i < 100) str[i] = i;
str = str.join("");
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
1 |
| ready |
2 |
| ready |
3 |
| ready |
4 |
| ready |
5 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.