From dbb064ff930c876b5de46088f675bd60756c2969 Mon Sep 17 00:00:00 2001 From: Harshini Komali <157742537+lkomali@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:47:08 -0700 Subject: [PATCH] ci: Set stability factor to a higher value (#7634) --- qa/L0_perf_analyzer_capi/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_perf_analyzer_capi/test.sh b/qa/L0_perf_analyzer_capi/test.sh index d031e2cacf..3e3f9e4af6 100755 --- a/qa/L0_perf_analyzer_capi/test.sh +++ b/qa/L0_perf_analyzer_capi/test.sh @@ -56,7 +56,7 @@ SHAPETENSORADTAFILE=`pwd`/../common/perf_analyzer_input_data_json/shape_tensor_d ERROR_STRING="error | Request count: 0 | : 0 infer/sec" -STABILITY_THRESHOLD="15" +STABILITY_THRESHOLD="9999" source ../common/util.sh