Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re(4): my $var; vs. use constant VAR = '';

by Rhandom (Curate)
on Apr 27, 2001 at 03:33 UTC ( [id://75968]=note: print w/replies, xml ) Need Help??


in reply to Re(4): my $var; vs. use constant VAR = '';
in thread my $var = ''; vs. use constant VAR => '';

Ahhhh -- but run that again. New values. Perils of Benchmark {grin}. On our system here (6 to 7 developers per box) the load changes enough that even a "stable" test will show different outputs.

Something that would be nice for benchmark to do is to randomize the order in which the tests are run -- pick one of the keys randomly each time. This would probably make the percentages a little bit more constant.

Still though, kind of funny that things are in the ball park of a literal value.

my @a=qw(random brilliant braindead); print $a[rand(@a)];
  • Comment on Re: Re(4): my $var; vs. use constant VAR = '';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://75968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-24 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found