hasClass-vs-is (v40)

Revision 40 of this benchmark created on


Test runner

Ready to run.

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

Revisions

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