From 09086b5a7ce9a7467b42c6a86374f22318aaa4cd Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Mon, 13 Nov 2023 18:17:21 +0000 Subject: Adjust performance test timings New limits for time and memory are based on analyzing 40 previous performance job runs. Test limits are chosen so that individual test cases would pass 95% of the the time. Issue-ID: CPS-1884 Signed-off-by: danielhanrahan Change-Id: Iadca27eb1f9482016759070e5afdc70c53f9d043 --- .../src/test/java/org/onap/cps/integration/ResourceMeter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integration-test/src/test/java') diff --git a/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java b/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java index 1e420013d4..c7d96c4c2b 100644 --- a/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java +++ b/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java @@ -48,8 +48,8 @@ public class ResourceMeter { } /** - * Get the total time in milliseconds. - * @return total time in milliseconds + * Get the total time in seconds. + * @return total time in seconds */ public double getTotalTimeInSeconds() { return stopWatch.getTotalTimeSeconds(); -- cgit 1.2.3-korg