]> granicus.if.org Git - esp-idf/commitdiff
utest: increase IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME to 50000
authorqiyueixa <qiyuexia@espressif.com>
Wed, 21 Nov 2018 07:46:25 +0000 (15:46 +0800)
committerqiyueixa <qiyuexia@espressif.com>
Wed, 21 Nov 2018 16:39:38 +0000 (00:39 +0800)
components/idf_test/include/idf_performance.h

index 322d405fc4bf4b8a3e988d2bd662c5ab60cb6321..60040303f00b258ae5ec3f6556c8ecebed6ab24a 100644 (file)
@@ -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