strict type equation versus loose

Benchmark created on


Setup

var obj = {};

Test runner

Ready to run.

Testing in
TestOps/sec
strict equation
if (typeof obj.$apply === 'undefined') {}
ready
loose equation
if (typeof obj.$apply == 'undefined') {}
ready

Revisions

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