Procházet zdrojové kódy

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 před 3 roky
rodič
revize
1da0fe6f9b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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