test typeof string with == and === (v2)

Revision 2 of this benchmark created by ip on


Test runner

Ready to run.

Testing in
TestOps/sec
typeof 'test' == 'string'
typeof 'test' == 'string';
ready
typeof 'test' === 'string'
typeof 'test' === 'string';
ready

Revisions

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