Script Preparation code:
AخA
 
arrowFn = (a, b) => a + b;
function fn(a, b) {
    return a + b;
};
Tests:
  • Arrow function

     
    arrowFn()
  • Normal function

     
    fn()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Arrow function
    Normal function

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.36
Chrome 99 on Windows
View result in a separate tab
Test name Executions per second
Arrow function 5614225.5 Ops/sec
Normal function 8987238.0 Ops/sec