Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
扆佳梁 committed Jun 2, 2021
1 parent 114c533 commit 29c7aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29c7aab

Please sign in to comment.