Script Preparation code:
AخA
 
var f = "() => 'yo'"
Tests:
  • eval

     
    eval(f);
  • new Function

     
    Function(`"use strict";return ${f}`)()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    eval
    new Function

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36
Chrome 70 on Mac OS X 10.14.1
View result in a separate tab
Test name Executions per second
eval 1990942.1 Ops/sec
new Function 993341.8 Ops/sec