bang function (debunked) (v11)

Revision 11 of this benchmark created by Tyler Young on


Description

In newer chrome; it's not the function prefix that's affecting speed, it's the testing wrapper that is causing the artifact.

Test runner

Ready to run.

Testing in
TestOps/sec
Bang!
!function() {}();
ready
No Bang
(function() {}());
ready
Bang!
!function() {}();
ready
No Bang
(function() {}());
ready
No Bang
(function() {}());
ready
Bang!
!function() {}();
ready

Revisions

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