call vs apply (v18)

Revision 18 of this benchmark created by Rogalik on


Setup

q = '{"a":"1", "b":{"q":"3"}}';

Test runner

Ready to run.

Testing in
TestOps/sec
eval
eval("("+q+")");
ready
New Func
(new Function("return"+q))();
ready

Revisions

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