diff --git a/benchmark.md b/benchmark.md index f1d7c538..92668e6a 100644 --- a/benchmark.md +++ b/benchmark.md @@ -18,15 +18,17 @@ ZLMeidaKit自带测试服务器test_server,支持RTSP/RTMP/HLS服务器;多线 # 测试结果 +说明:在cmake构建时,输入`cmake .. -DCMKAE_BUILD_TYPE=Release`以编译优化版本。 + | 播放器个数(rtmp) | CPU(最大400%) | 内存(VIRT/RES) | 带宽(平均) | 丢包 | | --- | --- | --- | --- | --- | -| 1000 | 55% | 586M/16M | 43.95 MByte/s | 无 | -| 2000 | 110% | 587M/23M | 87.28 MByte/s | 无 | +| 1000 | 35% | 582M/14M | 43.11 MByte/s | 无 | +| 2000 | 65% | 584M/20M | 84.88 MByte/s | 无 | | 播放器个数(rtsp/tcp) | CPU(最大400%) | 内存(VIRT/RES) | 带宽(平均) | 丢包 | | --- | --- | --- | --- | --- | -| 1000 | 80% | 586M/14M | 43.24 MByte/s| 无 | -| 2000 | 150% | 588M/18M | 84.01 MByte/s | 无 | +| 1000 | 42% | 582M/12M | 43.10 MByte/s| 无 | +| 2000 | 80% | 584M/17M | 85.97 MByte/s | 无 |