From 63a401057cd04e87033645d0a2c8a1506a53de4c Mon Sep 17 00:00:00 2001 From: He Yin Ling Date: Thu, 1 Feb 2018 09:57:00 +0800 Subject: [PATCH] test: enlarge https bin size threshold: use performance matrix to tracking bin size is not convenient. bin size do change for a lot reasons. we'll implement a new method to track it. before that, set a large enough threshold, so we can still keep tracking it. --- components/idf_test/include/idf_performance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/idf_test/include/idf_performance.h b/components/idf_test/include/idf_performance.h index e4339a129..6bd52aed9 100644 --- a/components/idf_test/include/idf_performance.h +++ b/components/idf_test/include/idf_performance.h @@ -9,7 +9,7 @@ /* declare the performance here */ -#define IDF_PERFORMANCE_MAX_HTTPS_REQUEST_BIN_SIZE 610 +#define IDF_PERFORMANCE_MAX_HTTPS_REQUEST_BIN_SIZE 800 #define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP 200 #define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_UNICORE 130 #define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1000