Merge branch 'test/enlarge_https_bin_size_threshold' into 'master'

test: enlarge https bin size threshold

See merge request idf/esp-idf!1886
This commit is contained in:
Ivan Grokhotkov 2018-02-01 12:17:24 +08:00
commit f51880f8ac

View file

@ -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