Support Dynamic Resources in Static Analyzer #5385
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: Benchmark PR | |
| on: | |
| pull_request: | |
| # Run on PR against any branch | |
| concurrency: | |
| group: benchmark-comparison-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| benchmark: | |
| name: Run bench | |
| runs-on: ubuntu-16-cores-selfhosted | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: RDXWorks-actions/checkout@main | |
| - name: Setup environment | |
| uses: ./.github/actions/setup-env | |
| - uses: radixdlt/criterion-compare-action@update-same-commit | |
| with: | |
| branchName: ${{ github.base_ref }} |