diff --git a/.github/scripts/randcurl.pl b/.github/scripts/randcurl.pl index 84804d6960..1c90ea5616 100755 --- a/.github/scripts/randcurl.pl +++ b/.github/scripts/randcurl.pl @@ -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) = @_;