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.
This commit is contained in:
Sudeep Mohanty 2022-07-04 11:31:43 +02:00 committed by BOT
parent 77a7fa77e2
commit 1da0fe6f9b

View File

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