2025-11-25 10:32:13 +00:00
|
|
|
# cmake -DSQISIGN_BUILD_TYPE=ref -DCMAKE_BUILD_TYPE=Release ..
|
|
|
|
|
# 包含完整跑分和验证的测试脚本
|
|
|
|
|
# BASE_DIR="./build_Neon_ml"
|
2025-11-25 22:58:37 +08:00
|
|
|
BASE_DIR="./build_ref_release_test"
|
2025-11-25 10:32:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
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-----------------------------"
|