Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Apr 8, 2024
1 parent 9a95d06 commit feef7a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,15 @@ jobs:
uses: actions/download-artifact@master
with:
path: ${{ github.workspace }}/artifacts/


- name: Display structure of downloaded files
run: ls -R ${{ github.workspace }}/artifacts/

- name: Run Benchmarks
run: source ${{ github.workspace }}/artifacts/hyper-threading-workflow --show-output
run: |
ls -R ${{ github.workspace }}/artifacts/
source ${{ github.workspace }}/artifacts/hyper-threading-workflow --show-output
- name: Compare Results
run: |
Expand Down

0 comments on commit feef7a6

Please sign in to comment.