Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.16 Safari/537.36
Chrome 54
Windows
Other
8 years ago
Test name Executions per second
double 4624042.5 Ops/sec
triple 4558312.5 Ops/sec
HTML Preparation code:
AخA
 
1
<p id="hello">hello</p>
Script Preparation code:
 
var pi = 3.14;
var another_pi = 3.14;
Tests:
  • double

     
    var a = pi == another_pi;
  • triple

     
     var a = pi === another_pi;