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 24, 2024
1 parent 447981a commit 87795bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ runs:
run: |
cd ${{ inputs.RUN_DIR }}
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml ${{ inputs.BIN_PATH }} 2>&1 | tee $GITHUB_WORKSPACE/simeng.tmp
cat $GITHUB_WORKSPACE/simeng.tmp
if grep -q ${{ inputs.PASS_STRING }} $GITHUB_WORKSPACE/simeng.tmp; then
echo "Passed"
else
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/LINUX_BUILD_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
#######################################

- if: ${{ contains(fromJson('["ubuntu:18.04"]'), matrix.OS) && inputs.SIMENG-MODE == 'Release' }}
name: Checking out benchmark repository
name: Checking out benchmark repository (v3)
uses: actions/checkout@v3
with:
repository: UoB-HPC/simeng-benchmarks
Expand All @@ -167,7 +167,7 @@ jobs:
path: simeng-benchmarks

- if: ${{ !contains(fromJson('["ubuntu:18.04"]'), matrix.OS) && inputs.SIMENG-MODE == 'Release' }}
name: Checking out benchmark repository
name: Checking out benchmark repository (v4)
uses: actions/checkout@v4
with:
repository: UoB-HPC/simeng-benchmarks
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
SIMENG-MODE: Release
secrets: inherit

RELEASE_MACOS:
name: "Release - build, test and benchmarks"
uses: ./.github/workflows/MACOS_BUILD_TEST.yml
with:
SIMENG-MODE: Release
secrets: inherit
# RELEASE_MACOS:
# name: "Release - build, test and benchmarks"
# uses: ./.github/workflows/MACOS_BUILD_TEST.yml
# with:
# SIMENG-MODE: Release
# secrets: inherit


0 comments on commit 87795bd

Please sign in to comment.