Tests:
  • arrow

    AخA
     
    const a = (x, y) => x + y;
    a(3, 4);
  • function

     
    function a(x, y) {
      return x + y;
    }
    a(3, 4);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    arrow
    function

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 days ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Chrome 136 on Linux
View result in a separate tab
Test name Executions per second
arrow 93874008.0 Ops/sec
function 95177592.0 Ops/sec