Help for this page

Select Code to Download


  1. or download this
      cmpthese( 1000, {
        "test_1" => sub { push @global, scalar grep 1, @global },
        "test_2" => sub { push @global, scalar grep 1, @global },
        "test_3" => sub { push @global, scalar grep 1, @global },
      } );
    
  2. or download this
    package Benchmark::Forking;
    
    ...
    };
    
    1;