jquery 1.9.1 performance test (v5)

Revision 5 of this benchmark created on


Preparation HTML

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

Test runner

Ready to run.

Testing in
TestOps/sec
with jquery
var div = $("<div>");
document.documentElement.appendChild(div[0]);
ready
with pure js
var div = document.createElement("div")
document.documentElement.appendChild(div);
ready

Revisions

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