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 27, 2024
1 parent d8c2370 commit 3a3da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LINUX_BUILD_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
shell: bash
run: |
cd $GITHUB_WORKSPACE/simeng-benchmarks/Data_Files/CloverLeaf
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml $GITHUB_WORKSPACE/simeng-benchmarks/binaries/CloverLeaf/serial/cloverleaf_gcc8.3.0_armv8.4 2>&1 tee $GITHUB_WORKSPACE/simeng.tmp
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml $GITHUB_WORKSPACE/simeng-benchmarks/binaries/CloverLeaf/serial/cloverleaf_gcc8.3.0_armv8.4 > $GITHUB_WORKSPACE/simeng.tmp
benchmark_passed=$(grep -q "This test is considered PASSED" "$GITHUB_WORKSPACE/simeng.tmp")
if [ $benchmark_passed ]
then
Expand Down

0 comments on commit 3a3da76

Please sign in to comment.