CpsPath Query Optimization
[cps.git] / cps-path-parser / src / test / groovy / org / onap / cps / cpspath / parser / CpsPathUtilSpec.groovy
index 662e42b..df2e9d7 100644 (file)
@@ -85,4 +85,5 @@ class CpsPathUtilSpec extends Specification {
             // In CI this actually takes about 3-5 sec  which  is approx. 50+ parser executions per millisecond!
             assert setupStopWatch.getTotalTimeMillis() < 10000
     }
+
 }