mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
ci, test: temporary adjust IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT limit
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
// throughput performance by iperf
|
// throughput performance by iperf
|
||||||
#ifndef IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT
|
#ifndef IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT
|
||||||
#define IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT 45
|
#define IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT 40 // TODO: IDF-5221
|
||||||
#endif
|
#endif
|
||||||
#ifndef IDF_PERFORMANCE_MIN_TCP_TX_THROUGHPUT
|
#ifndef IDF_PERFORMANCE_MIN_TCP_TX_THROUGHPUT
|
||||||
#define IDF_PERFORMANCE_MIN_TCP_TX_THROUGHPUT 40
|
#define IDF_PERFORMANCE_MIN_TCP_TX_THROUGHPUT 40
|
||||||
|
Reference in New Issue
Block a user