Skip to content

Commit 63a4010

Browse files
committed
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.
1 parent 17f01eb commit 63a4010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/idf_test/include/idf_performance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
/* declare the performance here */
12-
#define IDF_PERFORMANCE_MAX_HTTPS_REQUEST_BIN_SIZE 610
12+
#define IDF_PERFORMANCE_MAX_HTTPS_REQUEST_BIN_SIZE 800
1313
#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP 200
1414
#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_UNICORE 130
1515
#define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1000

0 commit comments

Comments
 (0)