We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beeswithmachineguns/beeswithmachineguns/main.py
Line 105 in 4b8783d
The nargs option is 0, so my assumption is the argument will never have a value and so will never pass "-k" option to Apache Bench.
I tried: "bees attack -K True" "bees attack --keepalive=True" "bees attack -K KEEP_ALIVE" "bees attack --keepalive=KEEP_ALIVE" "bees attack -K" "bees attack --keepalive"
None of them added -k to Apache Bench
The text was updated successfully, but these errors were encountered:
No branches or pull requests
beeswithmachineguns/beeswithmachineguns/main.py
Line 105 in 4b8783d
The nargs option is 0, so my assumption is the argument will never have a value and so will never pass "-k" option to Apache Bench.
I tried:
"bees attack -K True"
"bees attack --keepalive=True"
"bees attack -K KEEP_ALIVE"
"bees attack --keepalive=KEEP_ALIVE"
"bees attack -K"
"bees attack --keepalive"
None of them added -k to Apache Bench
The text was updated successfully, but these errors were encountered: