From: qiyueixa Date: Wed, 21 Nov 2018 07:46:25 +0000 (+0800) Subject: utest: increase IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME to 50000 X-Git-Tag: v3.2-beta3~94^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=802d94aa352718bde5bf9289a15615134f03fb15;p=esp-idf utest: increase IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME to 50000 --- diff --git a/components/idf_test/include/idf_performance.h b/components/idf_test/include/idf_performance.h index 322d405fc4..60040303f0 100644 --- a/components/idf_test/include/idf_performance.h +++ b/components/idf_test/include/idf_performance.h @@ -20,7 +20,7 @@ #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING_NO_DMA 15 /* Due to code size & linker layout differences interacting with cache, VFS microbenchmark currently runs slower with PSRAM enabled. */ -#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME 20000 +#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME 50000 #define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME_PSRAM 40000 // throughput performance by iperf #define IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT 50