Script Preparation code:
AخA
 
arrowFn = () => this
bindFn = (function() { return this }).bind(this)
Tests:
  • Arrow function

     
    arrowFn()
  • Bind function

     
    bindFn()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Arrow function
    Bind function

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 11 days ago)
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0
Firefox 137 on Ubuntu
View result in a separate tab
Test name Executions per second
Arrow function 748836608.0 Ops/sec
Bind function 95999288.0 Ops/sec