mirror of
https://github.com/curl/curl.git
synced 2026-06-07 19:34:16 +03:00
randcurl.pl: initialize variables
This commit is contained in:
parent
aa1e6c3e38
commit
b69a6c5bec
1 changed files with 8 additions and 0 deletions
8
.github/scripts/randcurl.pl
vendored
8
.github/scripts/randcurl.pl
vendored
|
|
@ -31,6 +31,14 @@ if(!$seconds) {
|
|||
}
|
||||
print "Run $curl for $seconds seconds\n";
|
||||
|
||||
my @opt;
|
||||
my %arg;
|
||||
my %uniq;
|
||||
my %allrc;
|
||||
|
||||
my $totalargs = 0;
|
||||
my $totalcmds = 0;
|
||||
|
||||
my $counter = 0xabcdef + time();
|
||||
sub getnum {
|
||||
my ($max) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue