From baa8cd4a4da84a7e5392cf32187ce88b7b31aa4f Mon Sep 17 00:00:00 2001 From: Hyunjae Woo Date: Mon, 7 Aug 2023 08:40:00 -0700 Subject: [PATCH] Remove the entire test --- qa/L0_perf_analyzer/test.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qa/L0_perf_analyzer/test.sh b/qa/L0_perf_analyzer/test.sh index c4a18599ea..afe7eef966 100755 --- a/qa/L0_perf_analyzer/test.sh +++ b/qa/L0_perf_analyzer/test.sh @@ -157,13 +157,6 @@ if [ $(cat $CLIENT_LOG | grep "input INPUT0 contains dynamic shape, provide sha RET=1 fi -$PERF_ANALYZER -v -i $PROTOCOL -m graphdef_object_object_object -p2000 --shape INPUT0 -s ${STABILITY_THRESHOLD} >$CLIENT_LOG 2>&1 -if [ $? -eq 0 ]; then - cat $CLIENT_LOG - echo -e "\n***\n*** Test Failed: Expected an error when using dynamic shapes with incorrect arguments\n***" - RET=1 -fi - # Testing with ensemble and sequential model variants $PERF_ANALYZER -v -i grpc -m simple_savedmodel_sequence_object -p 2000 -t5 --streaming \ --input-data=$SEQ_JSONDATAFILE --input-data=$SEQ_JSONDATAFILE -s ${STABILITY_THRESHOLD} >$CLIENT_LOG 2>&1