Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.50 Safari/537.36
Chrome 88
Windows
Desktop
4 years ago
Test name Executions per second
eval 10674141.0 Ops/sec
new Function 10605794.0 Ops/sec
Script Preparation code:
AخA
 
var func_new = new Function("return 2 * 3");
var func_eval = eval("() => 2 * 3");
Tests:
  • eval

     
    func_eval();
  • new Function

     
    func_new();