hasClass-vs-is (v43)

Revision 43 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
if
var i=6;
switch (i) {
case 4: i=6; break;
case 6: i=6; break;
}
ready
if2
var i=5;
i==5 ? i=6 : '';
ready
if3
var i=5;
if (i==5) i=6;
ready

Revisions

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