run-tasks.sh 539 B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. #
  3. # A list of tasks to be run for continuous benchmarking
  4. #
  5. ##########################
  6. # Tasks before the run #
  7. ##########################
  8. $TFB_REPOPARENT/$TFB_REPONAME/toolset/continuous/tasks/record-git-commit.sh
  9. ##########################
  10. # Run the benchmarks #
  11. ##########################
  12. $TFB_REPOPARENT/$TFB_REPONAME/toolset/continuous/tasks/run-benchmarks.sh
  13. ##########################
  14. # Tasks after the run #
  15. ##########################
  16. $TFB_REPOPARENT/$TFB_REPONAME/toolset/continuous/tasks/keep-logs.py