Skip to content

Commit

Permalink
move script direc
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 137ac18 commit 00cc9af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
make cairo_bench_programs
cargo build --release -p hyper_threading
cp target/release/hyper_threading ./hyper_threading_pr
cp ./examples/hyper_threading/hyper-threading-workflow.sh ./hyper-threading-workflow.sh
- name: Upload PR Binary
uses: actions/upload-artifact@master
Expand All @@ -45,7 +46,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: hyper_threading_workflow_script
path: ./examples/hyper_threading/hyper-threading-workflow.sh
path: ./hyper-threading-workflow.sh


- name: Checkout Main Branch
Expand All @@ -65,7 +66,7 @@ jobs:
name: hyper_threading_main_binary
path: ./hyper_threading_main

- name: Download Binaries
- name: Download Binaries and Script
uses: actions/download-artifact@master
with:
path: ./
Expand All @@ -76,7 +77,7 @@ jobs:
path: ./examples/hyper_threading/

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

- name: Compare Results
run: |
Expand Down

0 comments on commit 00cc9af

Please sign in to comment.