From 17472b3d1b66842d09eac1074a2fa9269baad3ea Mon Sep 17 00:00:00 2001 From: Matthew Kotila Date: Mon, 9 Jan 2023 10:57:34 -0800 Subject: [PATCH] increase PA test stability threshold to 100 since no test is testing performance of model or machine (#5226) --- qa/L0_perf_analyzer/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_perf_analyzer/test.sh b/qa/L0_perf_analyzer/test.sh index c57ff9d6b5..9c3501082d 100755 --- a/qa/L0_perf_analyzer/test.sh +++ b/qa/L0_perf_analyzer/test.sh @@ -70,7 +70,7 @@ SERVER_LOG="./inference_server.log" ERROR_STRING="error | Request count: 0 | : 0 infer/sec" -STABILITY_THRESHOLD="15" +STABILITY_THRESHOLD="100" source ../common/util.sh