From e2ef8438a24f7c56a0744eb579a6e293ee2fbf8e Mon Sep 17 00:00:00 2001 From: Chunseok Lee Date: Thu, 23 Apr 2020 14:45:49 +0900 Subject: Imported Upstream version 1.4.0 --- tests/scripts/test_scheduler_with_profiling.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/scripts/test_scheduler_with_profiling.sh') diff --git a/tests/scripts/test_scheduler_with_profiling.sh b/tests/scripts/test_scheduler_with_profiling.sh index 499e03973..61b2a4f4c 100755 --- a/tests/scripts/test_scheduler_with_profiling.sh +++ b/tests/scripts/test_scheduler_with_profiling.sh @@ -11,7 +11,7 @@ TEST_DRIVER_DIR="$( cd "$( dirname "${BASH_SOURCE}" )" && pwd )" ARTIFACT_PATH="$TEST_DRIVER_DIR/../.." BENCHMARK_DRIVER_BIN=$ARTIFACT_PATH/Product/out/bin/tflite_benchmark REPORT_DIR=$ARTIFACT_PATH/report -RUN_TEST_SH=$ARTIFACT_PATH/tests/framework/run_test.sh +RUN_TEST_SH=$ARTIFACT_PATH/tests/scripts/framework/run_test.sh BENCHMARK_MODEL_LIST="MODELS/inception_nonslim MODELS/inception_slim MODELS/mobilenet" if [ ! -e "$RUN_TEST_SH" ]; then @@ -72,7 +72,7 @@ function run_benchmark_test() export USE_SCHEDULER=1 export PROFILING_MODE=1 export EXECUTOR="Dataflow" - export NEURUN_LOG_ENABLE=1 + export ONERT_LOG_ENABLE=1 for ((j = 1 ; j <= $PROFILING_RUN_CNT ; j++)); do # Save the verbose log of each run LOG_FILE=$REPORT_MODEL_DIR/tflite_profiling_$j.txt @@ -89,7 +89,7 @@ function run_benchmark_test() # Save the exec_time.json of each run cp "exec_time.json" $REPORT_MODEL_DIR/"exec_time_$j.json" done - unset NEURUN_LOG_ENABLE + unset ONERT_LOG_ENABLE ################################################################################## -- cgit v1.2.3