From f781bf1c5c6eeddd9dc1790a38ff1ba5496171df Mon Sep 17 00:00:00 2001 From: laokaiyao Date: Mon, 18 Sep 2023 10:22:11 +0800 Subject: [PATCH] ci(adc): increase adc performance test threshold on c6 --- components/idf_test/include/esp32c6/idf_performance_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/idf_test/include/esp32c6/idf_performance_target.h b/components/idf_test/include/esp32c6/idf_performance_target.h index f300dfc578..dd0ffc1bb9 100644 --- a/components/idf_test/include/esp32c6/idf_performance_target.h +++ b/components/idf_test/include/esp32c6/idf_performance_target.h @@ -29,4 +29,4 @@ #define IDF_PERFORMANCE_MAX_ADC_CONTINUOUS_STD_ATTEN3_FILTER_8 5 #define IDF_PERFORMANCE_MAX_ADC_CONTINUOUS_STD_ATTEN3_FILTER_16 5 #define IDF_PERFORMANCE_MAX_ADC_CONTINUOUS_STD_ATTEN3_FILTER_64 5 -#define IDF_PERFORMANCE_MAX_ADC_ONESHOT_STD_ATTEN3 5 +#define IDF_PERFORMANCE_MAX_ADC_ONESHOT_STD_ATTEN3 7