Exclude shark models from testspeed_test.
PiperOrigin-RevId: 629386360 Change-Id: Ie8f0a6725dc9b21e2a702ffc481ded00235e55b7
This commit is contained in:
committed by
Copybara-Service
parent
719476c274
commit
6a5bbb5157
@@ -74,6 +74,10 @@ for model_dir in ${MODEL_DIRS[@]}; do
|
||||
echo "Skipping $model" >&2
|
||||
continue
|
||||
fi
|
||||
if [[ $(basename $model) == shark* ]]; then
|
||||
echo "Skipping $model" >&2
|
||||
continue
|
||||
fi
|
||||
if grep -q "plugin" $model; then
|
||||
continue
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user