hasClass-vs-is (v44)

Revision 44 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
if
var i=5;
i==5 ? i=6 : '';
ready
if2
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.