Exclude shark models from testspeed_test.

PiperOrigin-RevId: 629386360
Change-Id: Ie8f0a6725dc9b21e2a702ffc481ded00235e55b7
This commit is contained in:
Alessio Quaglino
2024-04-30 05:59:55 -07:00
committed by Copybara-Service
parent 719476c274
commit 6a5bbb5157
+4
View File
@@ -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