We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101841c commit d1e82b5Copy full SHA for d1e82b5
README.md
@@ -108,6 +108,16 @@ TXT调用和JSON调用基本一致,可以节省一些流量。或者,你甚
108
4. ConvertUtil 负责转码
109
5. Service 没有使用 Service Proxy,因此无需额外生成代码。
110
111
+### 单机压测
112
+
113
+CPU: E5 2660 8核16线程 16GB内存 JVM默认配置 Windows10系统
114
115
+Jmeter: 100线程数 每线程循环 1000次,走HTTP
116
117
+| Samples | Average | Median | 90% Line | 95% Line | 99% Line | Min | Max | Error % | Throughput/sec | Received KB/sec | Sent KB/sec |
118
+| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
119
+| 1000000 | 4 | 4 | 5 | 8 | 9 | 0 | 37 | 0.00% | 20458.68 | 3622.91 | 2497.4 |
120
121
### 更新历史
122
123
* 2018.08.08 1.2:
0 commit comments