We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28bd894 + b4711a5 commit 55745afCopy full SHA for 55745af
src/Command/BenchmarkCommand.php
@@ -169,11 +169,11 @@ protected function buildOptionParser(ConsoleOptionParser $parser): ConsoleOption
169
'required' => true,
170
])
171
->addOption('n', [
172
- 'default' => 10,
+ 'default' => '10',
173
'help' => 'Number of iterations to perform.',
174
175
->addOption('t', [
176
- 'default' => 100,
+ 'default' => '100',
177
'help' =>
178
'Maximum total time for all iterations, in seconds. ' .
179
'If a single iteration takes more than the timeout, only one request will be made',
0 commit comments