We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bd894 commit b4711a5Copy full SHA for b4711a5
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