]> granicus.if.org Git - esp-idf/commitdiff
freertos: bump limit for spinlock performance test to 300 cycles
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 27 Jun 2018 06:47:31 +0000 (14:47 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 24 Jul 2018 06:56:40 +0000 (09:56 +0300)
components/idf_test/include/idf_performance.h

index f98f75c317887f08dc954b03413b01254fd5c1f0..fc128eecbbc5edcd5ae3b4a9750531a6d0769da1 100644 (file)
@@ -11,7 +11,7 @@
 /* declare the performance here */
 #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_PSRAM               270
+#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_PSRAM               300
 #define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_UNICORE             130
 #define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL                         1000
 #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING                            30