Run details:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Firefox 56
Windows 7
Desktop
6 years ago
Test name Executions per second
Arrow 11414.1 Ops/sec
Bind 11127.6 Ops/sec
Script Preparation code:
AخA
 
function b() {
  console.log("b");
}
Tests:
  • Arrow

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

     
    b.bind(this)()