jQuery vs createElement (v195)

Revision 195 of this benchmark created by NemoStein on


Description

Benchmarks from answer on StackOverflow: http://stackoverflow.com/questions/268490/jquery-document-createelement-equivalent/268520

Preparation HTML

<script src="//code.jquery.com/jquery-1.10.2.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
Open tag
$('<div>')
ready
Open & Close tag
$('<div></div>')
ready
Empty tag
$('<div/>')
ready
document.createElement
$(document.createElement('div'))
ready

Revisions

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