Skip to content

Commit 9db345b

Browse files
committed
新增web性能测试
1 parent 84c3a08 commit 9db345b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,14 @@ ZF:zero fill 填充0 例如字段内容是1 int(4), 则内容显示为0001
921921
AI:auto increment 自增
922922
```
923923

924+
## web 性能测试
925+
926+
```
927+
$ sudo apt-get install apache2-utils
928+
$ ab -n 100 -c 10 http://www.flask_app.com/
929+
$ ab -n 10000 -c 100 http://www.flask_app.com/blog/new/
930+
```
931+
924932
## Google Image Search API (Deprecated)
925933

926934
[Google Image Search API (Deprecated)](https://developers.google.com/image-search/v1/jsondevguide?csw=1)

0 commit comments

Comments
 (0)