String equality vs Strict equality

Benchmark created on


Setup

const str1 = "stringwithmillionchars";
const str2 = "stringwithmillionchars";

Test runner

Ready to run.

Testing in
TestOps/sec
Equality
str1==str2;
ready
Strict equality
str1===str2;
ready

Revisions

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