jquery vs createElement (v147)

Revision 147 of this benchmark created on


Preparation HTML

<script src="http://code.jquery.com/jquery-2.2.0.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
jquery
var test = $('<span>');
ready
createElement
var test = $(document.createElement('span'));
ready

Revisions

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