Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / tests / scripts / test_scheduler_with_profiling.sh
index 61b2a4f..8b2f2d2 100755 (executable)
@@ -9,7 +9,7 @@ BACKEND_CNT=3
 PROFILING_RUN_CNT=$((BACKEND_CNT+1))
 TEST_DRIVER_DIR="$( cd "$( dirname "${BASH_SOURCE}" )" && pwd )"
 ARTIFACT_PATH="$TEST_DRIVER_DIR/../.."
-BENCHMARK_DRIVER_BIN=$ARTIFACT_PATH/Product/out/bin/tflite_benchmark
+BENCHMARK_DRIVER_BIN=$ARTIFACT_PATH/Product/out/bin/tflite_run
 REPORT_DIR=$ARTIFACT_PATH/report
 RUN_TEST_SH=$ARTIFACT_PATH/tests/scripts/framework/run_test.sh
 BENCHMARK_MODEL_LIST="MODELS/inception_nonslim MODELS/inception_slim MODELS/mobilenet"