Skip to content

Commit

Permalink
Remove the entire test
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-hwoo committed Aug 10, 2023
1 parent bb51ac1 commit baa8cd4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions qa/L0_perf_analyzer/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baa8cd4

Please sign in to comment.