This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a3c6ae  fix typo (#305)
2a3c6ae is described below

commit 2a3c6ae34cc11d20d15507c82afcae68cda58bff
Author: liubao68 <[email protected]>
AuthorDate: Mon Dec 11 21:06:39 2023 +0800

    fix typo (#305)
---
 java-chassis-reference/zh_CN/docs/featured-topics/performance.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/java-chassis-reference/zh_CN/docs/featured-topics/performance.md 
b/java-chassis-reference/zh_CN/docs/featured-topics/performance.md
index 9dac41a..3aff681 100644
--- a/java-chassis-reference/zh_CN/docs/featured-topics/performance.md
+++ b/java-chassis-reference/zh_CN/docs/featured-topics/performance.md
@@ -90,9 +90,7 @@ servicecomb:
   小于1ms的情况,进一步提升性能,需要考虑框架性能调优,还会涉及操作系统、网络等调优,比较复杂;大于1ms的情况,通常都需要
   调优业务代码,框架不是性能瓶颈。
 * 一个请求的平均时延在1ms~10ms之间,TPS可以达到1千~1万。
-* 一个请求的平均时延在100ms~100ms之间,TPS可以达到1百~1千。
+* 一个请求的平均时延在10ms~100ms之间,TPS可以达到1百~1千。
 * 有个简单的公式,可以估算最大TPS: `CPU核数 * (1000/平均时延)` < TPS < `线程数 * (1000/平均时延)`。 
越是计算密集型的
   任务,TPS越接近`CPU核数 * (1000/平均时延)`;空闲等待任务越多,越是接近`线程数 * (1000/平均时延)`。 压测的时候,如果并发
   请求大于上述估算值,那么就会出现大量请求超时。 
-  
-

Reply via email to