== vs ===

Benchmark created on


Setup

var s = 'cba',
        s2 = 'qwweqweqeqeqweqeqweqweqweqweqweqe';

Test runner

Ready to run.

Testing in
TestOps/sec
==
s == s2
ready
===
s === s2
ready

Revisions

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