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;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    double
    triple

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
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 on Windows
View result in a separate tab
Test name Executions per second
double 4624042.5 Ops/sec
triple 4558312.5 Ops/sec