Skip to content

Commit f51880f

Browse files
committed
Merge branch 'test/enlarge_https_bin_size_threshold' into 'master'
test: enlarge https bin size threshold See merge request idf/esp-idf!1886
2 parents 6595d53 + 63a4010 commit f51880f

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)