From 29c7aab3737a9fcf76e3daa2245aab1e649c2dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=86=E4=BD=B3=E6=A2=81?= <72086910@vivo.com> Date: Wed, 2 Jun 2021 17:22:50 +0800 Subject: [PATCH] init --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49326df..5210cef 100644 --- a/README.md +++ b/README.md @@ -36,15 +36,15 @@ Options: -cpus Number of used cpu cores. (default for current machine is 8 cores) ``` -* 增加了支持curl文件 请求 - 日常使用PostMan很多,但是PostMan不支持延迟,所以可以复制PostMan的curl文件,直接使用hello进行压测. +* 增加了支持curl文件 请求 + 日常使用Postman很多,但是Postman不支持压测,现在可以将Postman下单个请求,生成的curl命令保存到一个文件,然后直接使用hello进行压测. ``` go run hello.go -n 10 -c 1 -curlfile 'D:\goproject\hello\examples\test.chrome.curl.txt' ``` -* 增加了debug 模式 - 主要是方便确认这次请求返回结果是否和预期一直. debug 只会请求一次 (-n -c 配置不起作用) +* 增加了debug 模式 + 主要是想方便确认这次请求返回结果是否和预期一直. debug 只会请求一次 (-n -c 配置不起作用) ``` go run hello.go -curlfile 'D:\goproject\hello\examples\test.chrome.curl.txt' -debug