hasClass-vs-is (v42)

Revision 42 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=6;
i==5 ? i=6 : i==6 ? i=6 : '';
ready
if3
var i=6;
switch (i) {
case 4: i=6; break;
case 6: i=6; break;
}
ready

Revisions

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