Run details:
Mozilla/5.0 (Linux; Android 7.0; LG-M400) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36
Chrome Mobile 87
Android 7.0
Mobile
4 years ago
Test name Executions per second
eval 1073520.6 Ops/sec
new Function 1131767.9 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();