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

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-getty.git


The following commit(s) were added to refs/heads/master by this push:
     new f0a3ead  fix: change Aggregate bandwidth
     new dc1f011  Merge pull request #96 from takewofly/fix_benchmark_mb
f0a3ead is described below

commit f0a3eadb2e1e1aa3b102bb5c471b57f5baa9e5c8
Author: jason <[email protected]>
AuthorDate: Fri Aug 19 16:12:03 2022 +0800

    fix: change Aggregate bandwidth
---
 benchmark/compare-gnet/bench.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmark/compare-gnet/bench.md b/benchmark/compare-gnet/bench.md
index 9af3f30..d45ff06 100644
--- a/benchmark/compare-gnet/bench.md
+++ b/benchmark/compare-gnet/bench.md
@@ -21,8 +21,8 @@ tcpkali --workers 4 -c 100 -T 300s -m "PING{$nl}" 127.0.0.1:$4
 
 | 连接数 | 执行时间(s) | 消息长度(byte) | Gnet总发送数据量(MB) | Getty总发送数据量(MB)| 
Gnet总接受数据量(MB)| Getty总接受数据量(MB) | Gnet带宽(Mbps)|  Getty带宽(Mbps)|
 | :--- | :---- | :--- | :--- |:--- | :---- | :--- | :--- |:--- | 
-| 10 | 30 |  6 |  46558 |  6809 | 46536  | 6804  |  13008.115↓, 13014.275↑  | 
13008.115↓, 13014.275↑   |
-| 100 | 300 | 6  | 317931  | 69128  | 317929  | 69138  | 1902.656↓, 1904.007↑  
| 1933.210↓, 1932.910↑  | 
+| 10 | 30 |  6 |  46558 |  6809 | 46536  | 6804  |  13008.115↓, 13014.275↑  | 
1902.656↓, 1904.007↑   |
+| 100 | 300 | 6  | 317931  | 69128  | 317929  | 69138  | 8889.853↓, 8889.894↑  
| 1933.210↓, 1932.910↑  | 
 
 ## Conclusion
 

Reply via email to