Skip to content

Commit

Permalink
Updated skipFirst option with = sign
Browse files Browse the repository at this point in the history
  • Loading branch information
sujitdmello authored Jul 21, 2020
1 parent 65decb9 commit f266ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Flags:
--key= File containing client private key, to present to the server. Must also provide -cert option.
--cname= Server name override when validating TLS certificate - useful for self signed certs.
--skipTLS Skip TLS client verification of the server's certificate chain and host name.
--skipFirst Skip the first X requests from the timing calculations (useful for initial warmup)
--skipFirst=0 Skip the first X requests from the timing calculations (useful for initial warmup)
--insecure Use plaintext and insecure connection.
--authority= Value to be used as the :authority pseudo-header. Only works if -insecure is used.
-c, --concurrency=50 Number of requests to run concurrently. Total number of requests cannot be smaller than the concurrency level. Default is 50.
Expand Down

0 comments on commit f266ef0

Please sign in to comment.