Organize performance test 29/132829/1
authorToineSiebelink <toine.siebelink@est.tech>
Fri, 23 Dec 2022 10:11:38 +0000 (10:11 +0000)
committerToineSiebelink <toine.siebelink@est.tech>
Fri, 23 Dec 2022 10:38:03 +0000 (10:38 +0000)
commit83e50552e12a74acb312c196d80bcde0a3351e6a
tree286f6af9a07f57a6b827efc99023dcbb11535d3c
parent30d76ed37b777e642854d5ab4e94a6fc5f6af84a
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 <toine.siebelink@est.tech>
Change-Id: I9da1614b6f067e946a4f088c6417479fa6c71988
cps-path-parser/pom.xml
cps-path-parser/src/test/groovy/org/onap/cps/cpspath/parser/CpsPathUtilSpec.groovy
cps-path-parser/src/test/groovy/org/onap/cps/cpspath/parser/performance/CpsPathUtilPerfTest.groovy [new file with mode: 0644]
cps-ri/pom.xml
cps-ri/src/test/groovy/org/onap/cps/spi/performance/CpsModuleReferenceRepositoryPerfTest.groovy