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="https://raw.github.com/mrdoob/three.js/master/examples/js/SimplexNoise.js"></script>
<script>ThreeSimplexNoise = SimplexNoise;</script>
<script src="https://raw.github.com/jwagner/simplex-noise.js/55f8fa180a5442083de82b10b69e1ec44a2001bf/simplex-noise.js"></script>
simplex = new SimplexNoise();
Ready to run.
Test | Ops/sec | |
---|---|---|
3D |
| ready |
2D |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.