[ci skip] update readme.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-10-19 09:27:05 +08:00
parent 6d29e638b4
commit 550348c2e7
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ Memory average usage: **28Mb** (the total bytes of memory obtained from the OS.)
![memory usage](screenshot/memory.png)
Test Command:
Test Command (We use [bat](https://github.com/astaxie/bat) as default cli tool.):
```sh
$ for i in {1..9999999}; do bat -b.N=1000 -b.C=100 POST localhost:8088/api/push notifications:=@notification.json; sleep 1; done