This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch kayx23/3.10.0-docs-change-config-default in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 4255dc0f66ea34d38467e4a1dffe3fccc6173c84 Author: traky <[email protected]> AuthorDate: Fri Aug 16 15:10:09 2024 +0800 resolve zh lint err --- docs/zh/latest/benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/latest/benchmark.md b/docs/zh/latest/benchmark.md index 1eab366f6..2ceda912d 100644 --- a/docs/zh/latest/benchmark.md +++ b/docs/zh/latest/benchmark.md @@ -139,7 +139,7 @@ wrk -d 60 --latency http://127.0.0.1:9080/hello :::tip -如果您想使用大量连接运行基准测试,您可能需要更新 [**keepalive**](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L241) 配置,将配置添加到 [`config.yaml`](https://github.com/apache/apisix/blob/master/conf/config.yaml) 并重新加载 APISIX。 否则超过配置数量的连接将成为短连接。你可以使用以下命令运行大量连接的基准测试: +如果您想使用大量连接运行基准测试,您可能需要更新 [**keepalive**](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L241) 配置,将配置添加到 [`config.yaml`](https://github.com/apache/apisix/blob/master/conf/config.yaml) 并重新加载 APISIX。否则超过配置数量的连接将成为短连接。你可以使用以下命令运行大量连接的基准测试: ```bash wrk -t200 -c5000 -d30s http://127.0.0.1:9080/hello
