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 9708022 commit a8edc35
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ runs:
- name: CloverLeaf serial gcc8.3.0 armv8.4
shell: bash
run: |
echo "BASH running"
cd $GITHUB_WORKSPACE/simeng-benchmarks/Data_Files/CloverLeaf
echo "cd done"
ls
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml $SIMENG_BENCHMARKS_SRC_DIR/binaries/CloverLeaf/serial/cloverleaf_gcc8.3.0_armv8.4 >> $GITHUB_WORKSPACE/simeng.tmp 2> $GITHUB_WORKSPACE/simeng.tmp
if grep -q "This test is considered PASSED" $GITHUB_WORKSPACE/simeng.tmp; then
echo "Passed"
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
###################################
# Debug Mode
###################################
DEBUG_LINUX:
name: "Debug - build and test"
uses: ./.github/workflows/LINUX_BUILD_TEST.yml
with:
RUNNER: ubuntu-latest
SIMENG-MODE: Debug
secrets: inherit

DEBUG_MACOS:
name: "Debug - build and test"
uses: ./.github/workflows/MACOS_BUILD_TEST.yml
with:
SIMENG-MODE: Debug
secrets: inherit
# DEBUG_LINUX:
# name: "Debug - build and test"
# uses: ./.github/workflows/LINUX_BUILD_TEST.yml
# with:
# RUNNER: ubuntu-latest
# SIMENG-MODE: Debug
# secrets: inherit
#
# DEBUG_MACOS:
# name: "Debug - build and test"
# uses: ./.github/workflows/MACOS_BUILD_TEST.yml
# with:
# SIMENG-MODE: Debug
# secrets: inherit

##################################
# Release Mode
Expand Down

0 comments on commit a8edc35

Please sign in to comment.