feat(bench): Valkey head-to-head harness - QPS-per-core + bytes-per-k… #179
This file contains hidden or 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: docs | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| paths: | |
| - "docs/**" | |
| - "scripts/ci/**" | |
| - ".github/workflows/docs.yml" | |
| permissions: | |
| contents: read | |
| jobs: | |
| prior-art-claims: | |
| name: prior-art claims agree with claims.yaml | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check prior-art claim citations | |
| run: bash scripts/ci/check-prior-art-claims.sh | |
| - name: Check ADR records and index | |
| run: bash scripts/ci/check-adr-index.sh |