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

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to