From d447c5451381cd3fa94f968354102a2e461c102f Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Mon, 4 Jul 2022 11:53:15 +0200 Subject: [PATCH] freertos-smp: Update performance thresholds for VFS Open, Write, Close test with FreeRTOS SMP This commit relaxes performance thresholds for VFS Open, Write and Close test with FreeRTOS SMP enabled. --- components/idf_test/include/idf_performance.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/idf_test/include/idf_performance.h b/components/idf_test/include/idf_performance.h index 6c3d8cd566..0c5a5c173a 100644 --- a/components/idf_test/include/idf_performance.h +++ b/components/idf_test/include/idf_performance.h @@ -33,10 +33,10 @@ #endif #else #ifndef IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME -#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME 55000 +#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME 62000 #endif #ifndef IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME_PSRAM -#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME_PSRAM 65000 +#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME_PSRAM 66000 #endif #endif