misc: fixed a perfcct error when pc greater than 0x80000000. #218
This file contains 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 | |
on: | |
push: | |
branches: [ xs-dev ] | |
pull_request: | |
branches: [ xs-dev ] | |
jobs: | |
perf_test: | |
uses: ./.github/workflows/gem5-perf-template.yml | |
with: | |
script_path: ../kmh_6wide.sh |