Script Preparation code:
AخA
 
let a = 2;
let b = 2;
Tests:
  • a += b

     
    let a = 2;
    let b = 2;
    a += b;
  • a = a + b

     
    let a = 2;
    let b = 2;
    a = a + b;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    a += b
    a = a + b

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Linux; Android 10; ONEPLUS A5000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36
Chrome Mobile 84 on Android
View result in a separate tab
Test name Executions per second
a += b 437525472.0 Ops/sec
a = a + b 440096704.0 Ops/sec