Fix CI benchmark failure (#3520)
author이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 8 Nov 2018 04:08:02 +0000 (13:08 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 8 Nov 2018 04:08:02 +0000 (13:08 +0900)
CI benchmark job fails since it does not reflect model path
change. This commit sets the proper model path.

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
tools/test_driver/run_benchmark.sh

index a1a0c2f..cab3bfa 100755 (executable)
@@ -22,7 +22,7 @@ BENCHMARK_RUN_TEST_SH=
 BENCHMARK_DRIVER_BIN=
 BENCHMARK_REPORT_DIR=
 BENCHMARK_MODELS_FILE=
-BENCHMARK_MODEL_LIST="inceptionv3/inception_nonslim inceptionv3/inception_slim mobilenet"
+BENCHMARK_MODEL_LIST="MODELS/inception_nonslim MODELS/inception_slim MODLES/mobilenet"
 
 function Usage()
 {