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
Comparing Mootools, John Resig, Ender & My.js class systems on class instantiation. Check the scripts MooTest.js, JRTest.js, EnderTest.js, MyTest.js.
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/MooClass.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/JRClass.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/EnderClass.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/my.class.min.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/MooTest.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/JRTest.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/EnderTest.js"></script>
<script src="https://raw.github.com/jimmynewtron/my-class/master/example/MyTest.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
MooPerson instantiation |
| ready |
JRPerson instantiation |
| ready |
EnderPerson instantiation |
| ready |
MyPerson instantiation |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.