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

0 comments on commit cc575c1

Please sign in to comment.