format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,11 +2,11 @@
> Apache 基准测试工具.最简单的压力测试工具.
- 向目标 URL 执行 100 次 HTTP GET 请求
- 向目标 URL 执行 100 次 HTTP GET 请求:
`ab -n {{100}} {{url}}`
- 使用 10 个并发请求,同时向目标 URL 执行 100 次 HTTP GET 请求
- 使用 10 个并发请求,同时向目标 URL 执行 100 次 HTTP GET 请求:
`ab -n {{100}} -c {{10}} {{url}}`