Skip to content

Commit

Permalink
🌐 Fix typo in Chinese translation for docs/zh/docs/benchmarks.md (#…
Browse files Browse the repository at this point in the history
…4269)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
15027668g and tiangolo committed Jan 7, 2023
1 parent 1be95ba commit 3178c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zh/docs/benchmarks.md
@@ -1,6 +1,6 @@
# 基准测试

第三方机构 TechEmpower 的基准测试表明在 Uvicorn 下运行的 **FastAPI** 应用程序是 <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">可用的最快的 Python 框架之一</a>,仅次与 Starlette 和 Uvicorn 本身 (由 FastAPI 内部使用)。(*)
第三方机构 TechEmpower 的基准测试表明在 Uvicorn 下运行的 **FastAPI** 应用程序是 <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">可用的最快的 Python 框架之一</a>,仅次于 Starlette 和 Uvicorn 本身 (由 FastAPI 内部使用)。(*)

但是在查看基准得分和对比时,请注意以下几点。

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/docs/index.md
Expand Up @@ -28,7 +28,7 @@ FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框

关键特性:

* **快速**:可与 **NodeJS****Go** 比肩的极高性能(归功于 Starlette 和 Pydantic)。[最快的 Python web 框架之一](#_11)
* **快速**:可与 **NodeJS****Go** 并肩的极高性能(归功于 Starlette 和 Pydantic)。[最快的 Python web 框架之一](#_11)

* **高效编码**:提高功能开发速度约 200% 至 300%。*
* **更少 bug**:减少约 40% 的人为(开发者)导致错误。*
Expand Down

0 comments on commit 3178c17

Please sign in to comment.