hasClass-vs-is (v38)

Revision 38 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
if
var i=5;
if (i==5) i=6;
ready
if2
var i=5;
i==5 ? i=6 : '';
ready

Revisions

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