Skip to content

Commit

Permalink
Bringing it all together!
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 28, 2024
1 parent c7ae2fa commit 9c54072
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .github/actions/simeng_benchmarks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Run Benchmark
shell: bash
run: |
if [ $datafile_path ]
if [ ${{ inputs.RUN_DIR }} ]
then
simeng "$GITHUB_WORKSPACE/configs/a64fx.yaml" "${{ inputs.BIN_PATH }}" -n 64 -i 1 --deck "${{ inputs.RUN_DIR }}" > $GITHUB_WORKSPACE/simeng.tmp
else
Expand Down
Loading

0 comments on commit 9c54072

Please sign in to comment.