pikapython/port/linux/ci_benchmark.sh
pikastech 9ea03893b6 optimize speed for native method index
add prof.sh in ci_benchmark
2022-10-15 10:04:45 +08:00

14 lines
269 B
Bash

cp config/pika_config_benchmark.h config/pika_config.h
bash prof.sh
bash ci_benchmark_times.sh 20
python3 ci_benchmark_select.py
#clear
rm benchmark_result_*.json
rm performance_data.json
echo
# restore backup
cp config/pika_config_default.h config/pika_config.h