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 4df7b14 commit be51f56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ runs:
cd ${{ inputs.RUN_DIR }}
simeng $GITHUB_WORKSPACE/configs/a64fx.yaml ${{ inputs.BIN_PATH }} 2>&1 | tee $GITHUB_WORKSPACE/simeng.tmp
cd $GITHUB_WORKSPACE
echo "just CDed to $GITHUB_WORKSPACE"
pwd
ls
if grep ${{ inputs.PASS_STRING }} --file=$GITHUB_WORKSPACE/simeng.tmp; then
grep ${{ inputs.PASS_STRING }} simeng.tmp | $STRING_FOUND
if $STRING_FOUND; then
echo "Passed"
else
echo "Failed"
Expand Down

0 comments on commit be51f56

Please sign in to comment.