Add opt-in Snappy page compression to reduce database size #791
Workflow file for this run
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: Benchmarks on PRs (AMD64) | |
| permissions: read-all | |
| on: [pull_request] | |
| jobs: | |
| amd64: | |
| uses: ./.github/workflows/benchmark-template.yaml | |
| with: | |
| benchGitRef: ${{ github.event.pull_request.base.sha }} |