WIP: Fix and generalize framework for filtering range queries, etc. #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: facebook/rocksdb/benchmark-linux | |
# FIXME: Disabled temporarily | |
# on: | |
# schedule: | |
# - cron: 7 */2 * * * # At minute 7 past every 2nd hour | |
jobs: | |
benchmark-linux: | |
if: ${{ github.repository_owner == 'facebook' }} | |
runs-on: self-hosted | |
steps: | |
- uses: actions/[email protected] | |
- uses: "./.github/actions/build-for-benchmarks" | |
- uses: "./.github/actions/perform-benchmarks" | |
- uses: "./.github/actions/post-benchmarks" |