Update performance check to use newer --help

This commit is contained in:
Jay Berkenbilt 2022-02-01 18:38:48 -05:00
parent 2fd5a43f67
commit bc6403708c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ print "\n";
sub filter_args
{
my $args = shift;
my $help = `$executable --help`;
my $help = `$executable --help=all`;
my $new_args = [];
foreach my $arg (@$args)
{