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 e2b214a commit 257bdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ runs:
run: |
cd ${{ inputs.RUN_DIR }}
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml ${{ inputs.BIN_PATH }} 2>&1 | tee $GITHUB_WORKSPACE/simeng.tmp
cd $GITHUB_WORKSPACE
cat simeng.tmp | grep ${{ inputs.PASS_STRING }} | $STRING_FOUND
ls $GITHUB_WORKSPACE
cat $GITHUB_WORKSPACE/simeng.tmp | tee grep ${{ inputs.PASS_STRING }} | $STRING_FOUND
echo $STRING_FOUND
if $STRING_FOUND; then
echo "Passed"
Expand Down

0 comments on commit 257bdb4

Please sign in to comment.