Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Mar 22, 2024
1 parent d4e9972 commit 4d3251e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
with:
ref: 'main'

- name: Make Script Executable
run: chmod +x ./examples/hyper_threading/hyper-threading-workflow.sh

- name: Compile Main Version
run: |
make cairo_bench_programs
cargo build --release -p hyper_threading
cp target/release/hyper_threading ./hyper_threading_main
- name: Run Benchmarks
run: |
chmod +x examples/hyper_threading/hyper-threading-workflow.sh
echo "Benchmarking PR..."
bash examples/hyper_threading/hyper-threading-workflow.sh > results_pr.txt
run: ./examples/hyper_threading/hyper-threading-workflow.sh > results_pr.txt

- name: Compare Results
run: |
Expand Down

0 comments on commit 4d3251e

Please sign in to comment.