From 83e50552e12a74acb312c196d80bcde0a3351e6a Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Fri, 23 Dec 2022 10:11:38 +0000 Subject: Organize performance test - Separated CpsPathUtil performance tests in dedicated file - Used smaller sample to speed up CpsPathUtil test - Increased margin on CpsModuleReferenceRepository performance test to rpevent accidental failures - Added profiles to cps path parser module - Use Regex to include any (future) perforamcne test using same naming Issue-ID: CPS-1421 Signed-off-by: ToineSiebelink Change-Id: I9da1614b6f067e946a4f088c6417479fa6c71988 --- cps-path-parser/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'cps-path-parser/pom.xml') diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index d9c150881..d0da105aa 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -89,4 +89,29 @@ + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + %regex[.*PerfTest.*] + + + + + + + + include-performance + + + -- cgit 1.2.3-korg