Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36
Chrome 51
Windows 7
Other
8 years ago
Test name Executions per second
Plus equals 428990.0 Ops/sec
Plus 1092899.6 Ops/sec
Tests:
  • Plus equals

    AخA
     
    let x = 0;
    for (var i=0; i < 1000; i++)
    {
      x += 2 + i;
    }
  • Plus

     
    let x = 0;
    for (var i=0; i < 1000; i++)
    {
      x = x + 2 + 1
    }