Просмотр исходного кода

freertos-smp: Update performance threshold for esp_event performance test with FreeRTOS SMP

This commit updates the performance thresholds for esp_event performance
test with FreeRTOS SMP enabled.
Sudeep Mohanty 3 лет назад
Родитель
Сommit
1da0fe6f9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/idf_test/include/idf_performance.h

+ 1 - 1
components/idf_test/include/idf_performance.h

@@ -81,7 +81,7 @@
 #define IDF_PERFORMANCE_MIN_EVENT_DISPATCH                                      18000
 #endif
 #ifndef IDF_PERFORMANCE_MIN_EVENT_DISPATCH_PSRAM
-#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH_PSRAM                                16000
+#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH_PSRAM                                14000
 #endif
 #endif