Skip to content

Commit

Permalink
Playing with benchmarks script
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 25, 2024
1 parent b546b90 commit fdd0c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
run: |
cd ${{ inputs.RUN_DIR }}
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml ${{ inputs.BIN_PATH }} 2>&1 tee $GITHUB_WORKSPACE/simeng.tmp
python3 -c "
python -c "
import os
file_path = $GITHUB_WORKSPACE/simeng.tmp
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/LINUX_BUILD_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ jobs:
token: ${{ env.PAT }}
path: simeng-benchmarks

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8

- if: ${{ inputs.SIMENG-MODE == 'Release' }}
name: CloverLeaf serial gcc8.3.0 armv8.4
uses: ./.github/actions/simeng_benchmarks
Expand Down

0 comments on commit fdd0c7a

Please sign in to comment.