Script Preparation code:
AخA
 
var emptyFunc = function() {};
var trueFunc = function() { return true; }
var undefinedFunc = function() { return undefined; }
Tests:
  • emptyFunc

     
    emptyFunc();
  • trueFunc

     
    trueFunc();
  • undefinedFunc

     
    undefinedFunc();
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    emptyFunc
    trueFunc
    undefinedFunc

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36
Chrome 53 on Mac OS X 10.12.0
View result in a separate tab
Test name Executions per second
emptyFunc 9833313.0 Ops/sec
trueFunc 10002135.0 Ops/sec
undefinedFunc 3388180.0 Ops/sec