Merge pull request #701 from OpenXiangShan/bump-pybind #1157
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 Performance Test (Tier 2 - Post-Merge) | |
| on: | |
| push: | |
| branches: [ xs-dev ] | |
| # Removed pull_request trigger - use /run-spec for on-demand testing | |
| 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_6wide.sh | |
| benchmark_type: "spec06-0.8c" |