Moo-Resig-Ender-My-JsFace (v18)

Revision 18 of this benchmark created by Tan Nhu on


Description

Comparing Mootools, John Resig, Ender, My.js & JSFace class systems on a grand child instantiation. ParisLover extends FrenchGuy extends Person. Check the scripts MooTest.js, JRTest.js, EnderTest.js, MyTest.js, JSFaceTest.

Preparation HTML

<script src="http://myjs.fr/my-class/example/MooClass.js"></script>
<script src="http://myjs.fr/my-class/example/JRClass.js"></script>
<script src="http://myjs.fr/my-class/example/EnderClass.js"></script>
<script src="http://myjs.fr/my-class/my.class.min.js"></script>
<script src="http://myjs.fr/my-class/example/MooTest.js"></script>
<script src="http://myjs.fr/my-class/example/JRTest.js"></script>
<script src="http://myjs.fr/my-class/example/EnderTest.js"></script>
<script src="http://myjs.fr/my-class/example/MyTest.js"></script>

<script src="//dl.dropbox.com/u/7677927/jsface.js"></script>
<script src="http://dl.dropbox.com/u/7677927/JSFacePerson.js"</script>
<script src="//dl.dropbox.com/u/7677927/jsface.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
MooParisLover
new MooParisLover('Carla Bruni');
ready
JRParisLover
new JRParisLover('Carla Bruni');
ready
EnderParisLover
new EnderParisLover('Carla Bruni');
ready
MyParisLover
new MyParisLover('Carla Bruni');
ready
JSFaceParisLover
new JSFaceParisLover('Carla Bruni');
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.