add esp32c2 iperf throughput

This commit is contained in:
wang tao 2022-06-29 14:07:59 +08:00 committed by muhaidong
parent 006e53b06a
commit 2e036ea173
2 changed files with 133 additions and 0 deletions

View File

@ -2332,6 +2332,66 @@ The parameters not mentioned in the following table should be set to the default
- 44.5
- 44.2
.. only:: esp32c2
.. list-table::
:header-rows: 1
:widths: 10 10 10 15
* - Rank
- Iperf
- Default
- Minimum
* - Available memory (KB)
- 37
- 56
- 84
* - WIFI_STATIC_RX_BUFFER_NUM
- 14
- 7
- 3
* - WIFI_DYNAMIC_RX_BUFFER_NUM
- 18
- 14
- 6
* - WIFI_DYNAMIC_TX_BUFFER_NUM
- 18
- 14
- 6
* - WIFI_RX_BA_WIN
- 16
- 12
- 6
* - TCP_SND_BUF_DEFAULT (KB)
- 18
- 14
- 6
* - TCP_WND_DEFAULT (KB)
- 18
- 14
- 6
* - LWIP_IRAM_OPTIMIZATION
- 13
- 13
- 0
* - TCP TX throughput (Mbit/s)
- 21.6
- 21.4
- 14.3
* - TCP RX throughput (Mbit/s)
- 19.1
- 17.9
- 12.4
* - UDP TX throughput (Mbit/s)
- 26.4
- 26.3
- 25.0
* - UDP RX throughput (Mbit/s)
- 32.3
- 31.5
- 27.7
.. only:: esp32s3
.. list-table::
@ -2429,6 +2489,14 @@ The parameters not mentioned in the following table should be set to the default
The test was performed with a single stream in a shielded box using an ASUS RT-N66U router.
{IDF_TARGET_NAME}'s CPU is single core with 160 MHz. {IDF_TARGET_NAME}'s flash is in QIO mode with 80 MHz.
.. only:: esp32c2
.. note::
The test was performed with a single stream in a shielded box using an Redmi RM2100 router.
{IDF_TARGET_NAME}'s CPU is single core with 120 MHz. {IDF_TARGET_NAME}'s flash is in QIO mode with 60 MHz.
.. only:: esp32
**Ranks:**

View File

@ -2332,6 +2332,65 @@ Wi-Fi 使用的堆内存峰值是 Wi-Fi 驱动程序 **理论上消耗的最大
- 44.5
- 44.2
.. only:: esp32c2
.. list-table::
:header-rows: 1
:widths: 10 10 10 15
* - 等级
- Iperf
- 默认
- 最小
* - 可用内存 (KB)
- 37
- 56
- 84
* - WIFI_STATIC_RX_BUFFER_NUM
- 14
- 7
- 3
* - WIFI_DYNAMIC_RX_BUFFER_NUM
- 18
- 14
- 6
* - WIFI_DYNAMIC_TX_BUFFER_NUM
- 18
- 14
- 6
* - WIFI_RX_BA_WIN
- 16
- 12
- 6
* - TCP_SND_BUF_DEFAULT (KB)
- 18
- 14
- 6
* - TCP_WND_DEFAULT (KB)
- 18
- 14
- 6
* - LWIP_IRAM_OPTIMIZATION
- 13
- 13
- 0
* - TCP 发送数据吞吐量 (Mbit/s)
- 21.6
- 21.4
- 14.3
* - TCP 接收数据吞吐量 (Mbit/s)
- 19.1
- 17.9
- 12.4
* - UDP 发送数据吞吐量 (Mbit/s)
- 26.4
- 26.3
- 25.0
* - UDP 接收数据吞吐量 (Mbit/s)
- 32.3
- 31.5
- 27.7
.. only:: esp32s3
.. list-table::
@ -2429,6 +2488,12 @@ Wi-Fi 使用的堆内存峰值是 Wi-Fi 驱动程序 **理论上消耗的最大
以上结果使用华硕 RT-N66U 路由器,在屏蔽箱中进行单流测试得出。
{IDF_TARGET_NAME} 的 CPU 为单核,频率为 160 MHzflash 为 QIO 模式,频率为 80 MHz。
.. only:: esp32c2
.. note::
以上结果使用红米 RM2100 路由器,在屏蔽箱中进行单流测试得出。
{IDF_TARGET_NAME} 的 CPU 为单核,频率为 120 MHzflash 为 QIO 模式,频率为 60 MHz。
.. only:: esp32
**等级:**