overqualified-selectors

Benchmark created on


Preparation HTML

<div class="x"></div>

Setup

$ = document.querySelectorAll.bind(document);

Test runner

Ready to run.

Testing in
TestOps/sec
Regular
$(".x")
ready
Overqualified
$("div.x")
ready

Revisions

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