jquery-slow-selectors

Benchmark created by monkey on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
big selector
var $labels = $("body > article section#comments label");
ready
smaller selector
var $labels = $("section#comments label");
ready
smallest selector
var $labels = $("#comments label");
ready
find
var $labels = $("#comments").find("label");
ready

Revisions

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

  • Revision 1: published by monkey on