js funcion expression speed

Benchmark created by iifksp on


Test runner

Ready to run.

Testing in
TestOps/sec
!
!function(){;}()
ready
+
+function(){;}()
ready
-
-function(){;}()
ready
~
~function(){;}()
ready
(1)
(function(){;})()
ready
(2)
(function(){;}())
ready
void
void function(){;}()
ready
new
new function(){;}()
ready
delete
delete function(){;}()
ready
=
var i = function(){;}()
ready
&&
1 && function(){;}()
ready
||
0 || function(){;}()
ready
&
1 & function(){;}()
ready
|
1 | function(){;}()
ready
^
1 ^ function(){;}()
ready
,
1, 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 iifksp on