Script Preparation code:
AخA
 
var func = new Function('a', 'b',' return a + b');
var func2 = ( a, b ) => a+b;
Tests:
  • new

     
    func(1,2)
  • code

     
    func2(1,2)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    new
    code

    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/92.0.4515.131 Safari/537.36
Chrome 92 on Windows
View result in a separate tab
Test name Executions per second
new 10318514.0 Ops/sec
code 10305545.0 Ops/sec