Skip to content

Commit

Permalink
download script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Mar 27, 2024
1 parent 0e76d0f commit 9d8322b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,16 @@ jobs:
name: hyper_threading_main_binary
path: ./hyper_threading_main

- name: Download Artifacts
- name: Download Binaries
uses: actions/download-artifact@master
with:
path: ./

- name: Download script
uses: actions/download-artifact@master
with:
path: ./examples/hyper_threading/hyper-threading-workflow.sh

- name: Run Benchmarks
run: ./examples/hyper_threading/hyper-threading-workflow.sh > results_pr.txt

Expand Down

0 comments on commit 9d8322b

Please sign in to comment.