Script Preparation code:
AخA
 
function b() {
  console.log("b");
}
Tests:
  • Arrow

     
    (() => { console.log("a"); })()
  • Bind

     
    b.bind(this)()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Arrow
    Bind

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Firefox 56 on Windows 7
View result in a separate tab
Test name Executions per second
Arrow 11414.1 Ops/sec
Bind 11127.6 Ops/sec