[PATCH] build: Exclude performance test if RTEMS_GCOV_COVERAGE

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Oct 26 10:04:58 UTC 2023


The code coverage build is usually done without compiler optimizations.
This results in long performance test runtimes and useless performance
results.
---
 spec/build/testsuites/validation/performance-no-clock-0.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/build/testsuites/validation/performance-no-clock-0.yml b/spec/build/testsuites/validation/performance-no-clock-0.yml
index 28d1ff7592..af47b308fa 100644
--- a/spec/build/testsuites/validation/performance-no-clock-0.yml
+++ b/spec/build/testsuites/validation/performance-no-clock-0.yml
@@ -5,7 +5,8 @@ copyrights:
 - Copyright (C) 2020 embedded brains GmbH & Co. KG
 cppflags: []
 cxxflags: []
-enabled-by: true
+enabled-by:
+  not: RTEMS_GCOV_COVERAGE
 features: c cprogram
 includes: []
 ldflags: []
-- 
2.35.3



More information about the devel mailing list