jQuery vs BSI: create element (v33)

Revision 33 of this benchmark created on


Preparation HTML

<script src="https://code.jquery.com/jquery-git2.js"></script>
<script src="https://bytes1.dyndns.org/BSI/website-app.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
jQuery w/ slash
$('<div/>');
ready
jQuery w/out slash
$('<div>');
ready
jQuery full tag
$('<div></div>');
ready
document.createElement
$(document.createElement('div'));
ready
BSI
BSI.makeNode('div');
ready

Revisions

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