Skip to content

Commit

Permalink
Update readme_ch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodManWEN authored Jun 23, 2022
1 parent ce26411 commit 88a39a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/readme_ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def sync_prime_number(redis, mysql, x):
return True

async def async_fibonacci(redis, mysql, n):
# 范例同步调用,计算斐波那契数列的第n位。
# 范例异步调用,计算斐波那契数列的第n位。
# Redis和mysql客户端被默认输入,自定义参数从第三位开始,仅支持kwargs形式的输入。

# 请注意,跨进程传输中的对象必须可以被 msgpack 序列化,这意味着如果你使用某些
Expand Down Expand Up @@ -213,7 +213,7 @@ if __name__ == '__main__':

(图1,延迟与客户端并发数的关系)(待完善)

(图2,没秒最大处理请求能力与业务节点数量的关系)(待完善)
(图2,每秒最大处理请求能力与业务节点数量的关系)(待完善)

## 备注

Expand Down

0 comments on commit 88a39a6

Please sign in to comment.