benchmark-linux.yml 538 B

123456789101112131415
  1. name: facebook/rocksdb/benchmark-linux
  2. on: workflow_dispatch
  3. permissions: {}
  4. # FIXME: Disabled temporarily
  5. # schedule:
  6. # - cron: 7 */2 * * * # At minute 7 past every 2nd hour
  7. jobs:
  8. benchmark-linux:
  9. if: ${{ github.repository_owner == 'facebook' }}
  10. runs-on: ubuntu-latest # FIXME: change this back to self-hosted when ready
  11. steps:
  12. - uses: actions/checkout@v4.1.0
  13. - uses: "./.github/actions/build-for-benchmarks"
  14. - uses: "./.github/actions/perform-benchmarks"
  15. - uses: "./.github/actions/post-benchmarks"