Commit bc6403708cb0c34e684f3b88701c7534837a2581
1 parent
2fd5a43f
Update performance check to use newer --help
Showing
1 changed file
with
1 additions
and
1 deletions
performance_check
| @@ -129,7 +129,7 @@ print "\n"; | @@ -129,7 +129,7 @@ print "\n"; | ||
| 129 | sub filter_args | 129 | sub filter_args |
| 130 | { | 130 | { |
| 131 | my $args = shift; | 131 | my $args = shift; |
| 132 | - my $help = `$executable --help`; | 132 | + my $help = `$executable --help=all`; |
| 133 | my $new_args = []; | 133 | my $new_args = []; |
| 134 | foreach my $arg (@$args) | 134 | foreach my $arg (@$args) |
| 135 | { | 135 | { |