bpu: add mgsc trace #256
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: gem5 Align BTB Performance Test(0.3c) | |
| on: | |
| push: | |
| branches: [ xs-dev, '*-align' ] # xs-dev for normal CI, *-align for BTB-only performance testing (align to RTL) | |
| # Removed pull_request trigger, only can be triggered use *-align branches | |
| 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_btb.sh | |
| benchmark_type: "spec06-0.3c" |