Script Preparation code:
x
 
var x = 0;
var y = 0;
Tests:
  • test add

     
    for (var i=0; i < 10000; i++)
    {
      x += 10;
    }
  • test add2

     
    for (var i=0; i < 100000; i++)
    {
      y += 10;
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test add
    test add2

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36
Chrome 53 on Windows 8.1
View result in a separate tab
Test name Executions per second
test add 104.9 Ops/sec
test add2 10.7 Ops/sec