On Tue, Jan 05, 2021 at 05:32:56PM +0800, Wei Jihui wrote:
Signed-off-by: Wei Jihui weijihuiall@163.com
tests/httpress | 138 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100755 tests/httpress
diff --git a/tests/httpress b/tests/httpress new file mode 100755 index 00000000..f8b0e4d5 --- /dev/null +++ b/tests/httpress @@ -0,0 +1,138 @@
+: "${request_index:=index.html}" +: "${core_nums:=4}" +: "${protocol:=http}" +: "${alive_type:=short}"
redundant blank line
Thanks, Yong