Skip to content

Commit

Permalink
doc: add gantt chart
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 15, 2023
1 parent c3d7020 commit 3599fb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,10 @@ web:
api_base: https://foa.rockchin.top/v1
api_key: sk-foaDfZxzvfrwfqkBDJEMq7C0rdXkhOjXx4aM23pH42tv8SJ4
model: gpt-3.5-turbo
## 性能
启用4个通道,客户端8个线程的请求时间甘特图:
(通道标记为 `Channel ID <id> <request count>`, X 轴为时间秒数)

<img width="500" alt="image" src="assets/load_balance.png">
7 changes: 7 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,10 @@ Can only use the channel, can't login:
api_base: https://foa.rockchin.top/v1
api_key: sk-foaDfZxzvfrwfqkBDJEMq7C0rdXkhOjXx4aM23pH42tv8SJ4
model: gpt-3.5-turbo
## Performance
Gantt chart of request time with 4 channel enabled and 8 threads in client side:
(Channel labelled with `Channel ID <id> <request count>`, X axis is time in seconds)

<img width="500" alt="image" src="assets/load_balance.png">

0 comments on commit 3599fb8

Please sign in to comment.