Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0
Firefox 76
Ubuntu
Desktop
4 years ago
Test name Executions per second
eval 2218694.2 Ops/sec
new Function 101048.4 Ops/sec
Script Preparation code:
AخA
 
var funcFunctionStr = "return 2 * 3";
var funcStr = "2 * 3";
Tests:
  • eval

     
    eval(funcStr);
  • new Function

     
    new Function(funcStr)();