bang function (v27)

Revision 27 of this benchmark created by imma on


Test runner

Ready to run.

Testing in
TestOps/sec
No Bang
(function() {})();
ready
Bang!
!function() {}();
ready
minus
-function() {}();
ready
plus
+function() {}();
ready
squiggly?
~function() {}()
ready
no bang, alt brackets
(function() {}());
ready
pipe
0|function(){}()
ready

Revisions

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