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

View File

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