Remove perf test code from test scripts. (#1510)

Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-02-18 16:23:49 +08:00
committed by GitHub
parent e5c6418c81
commit 799881a3fa
9 changed files with 36 additions and 68 deletions

View File

@@ -213,13 +213,9 @@ function main() {
duration=$((end_time-start_time))
echo "Mega service start duration is $duration s"
if [ "${mode}" == "perf" ]; then
echo "not implemented"
elif [ "${mode}" == "" ]; then
validate_microservices
validate_megaservice
validate_frontend
fi
validate_microservices
validate_megaservice
validate_frontend
stop_docker
echo y | docker system prune