== vs ===

Benchmark created by Nige White on


Description

Test == against ===

Setup

var value = 3;

Test runner

Ready to run.

Testing in
TestOps/sec
===
var result = (value === 3)
ready
==
var result = (value == 3)
ready

Revisions

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

  • Revision 1: published by Nige White on