ci_benchmark.sh 269 B

12345678910111213
  1. cp config/pika_config_benchmark.h config/pika_config.h
  2. bash prof.sh
  3. bash ci_benchmark_times.sh 20
  4. python3 ci_benchmark_select.py
  5. #clear
  6. rm benchmark_result_*.json
  7. rm performance_data.json
  8. echo
  9. # restore backup
  10. cp config/pika_config_default.h config/pika_config.h