Help for this page

Select Code to Download


  1. or download this
              Rate   var const
    var   765464/s    --  -20%
    const 956589/s   25%    --
    
  2. or download this
    use Benchmark qw( cmpthese );
    
    ...
       const => 'const(); 1;',
       var   => 'var();   1;',
    });