From 1da0fe6f9bc7ef8efe985d3ea3265b0fc3fba975 Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Mon, 4 Jul 2022 11:31:43 +0200 Subject: [PATCH] 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. --- components/idf_test/include/idf_performance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/idf_test/include/idf_performance.h b/components/idf_test/include/idf_performance.h index 6c3d8cd566..d9cddac84b 100644 --- a/components/idf_test/include/idf_performance.h +++ b/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