# cmake -DSQISIGN_BUILD_TYPE=ref -DCMAKE_BUILD_TYPE=Release .. # 包含完整跑分和验证的测试脚本 # BASE_DIR="./build_Neon_ml" BASE_DIR="./build_baseline" echo "------------------------start benchmark------------------------------" $BASE_DIR/apps/benchmark_lvl1 --iterations=100 >> $BASE_DIR/test_result.txt $BASE_DIR/apps/benchmark_lvl3 --iterations=100 >> $BASE_DIR/test_result.txt $BASE_DIR/apps/benchmark_lvl5 --iterations=100 >> $BASE_DIR/test_result.txt echo "-------------------------end benchmark-----------------------------"