mem: set6(only pf) + disable mdp #1103
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: gem5 Ideal BTB Performance Test | |
| on: | |
| # Tier 2: Post-Merge testing | |
| push: | |
| branches: [ xs-dev, '*-perf' ] # xs-dev for post-merge CI, *-perf for auto performance testing | |
| # Removed pull_request trigger - use /run-spec for on-demand testing | |
| # Support manual trigger | |
| workflow_dispatch: | |
| inputs: | |
| branch_name: | |
| description: 'Branch to test (leave empty for current branch)' | |
| required: false | |
| type: string | |
| jobs: | |
| perf_test: | |
| uses: ./.github/workflows/gem5-perf-template.yml | |
| with: | |
| script_path: ../kmh_v3_ideal.sh | |
| benchmark_type: "spec06-0.8c" |