instance function() vs new Function

Benchmark created by David Rodrigues on


Test runner

Ready to run.

Testing in
TestOps/sec
function()
var noop = function() {};
ready
new Function
var noop = new Function;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by David Rodrigues on