Script Preparation code:
AخA
 
var temp = () => {
    return;
}
Tests:
  • function

     
    temp();
  • if typeof == function

     
    if (typeof(temp) === "function") temp();
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    function
    if typeof == function

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67
Chrome 91 on Windows
View result in a separate tab
Test name Executions per second
function 9799443.0 Ops/sec
if typeof == function 5309959.0 Ops/sec