We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c3a08 commit 9db345bCopy full SHA for 9db345b
1 file changed
README.md
@@ -921,6 +921,14 @@ ZF:zero fill 填充0 例如字段内容是1 int(4), 则内容显示为0001
921
AI:auto increment 自增
922
```
923
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
932
## Google Image Search API (Deprecated)
933
934
[Google Image Search API (Deprecated)](https://developers.google.com/image-search/v1/jsondevguide?csw=1)
0 commit comments