Script Preparation code:
AخA
 
function noop() {};
function callee(f) { f();};
Tests:
  • Dynamic

     
    callee(function() {});
  • Static

     
    callee(noop);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Dynamic
    Static

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2025 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36
Chrome 63 on Windows
View result in a separate tab
Test name Executions per second
Dynamic 9617778.0 Ops/sec
Static 4592148.5 Ops/sec