Skip to content

Commit

Permalink
fix binarie path
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 3bd8141 commit d4e9972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@ jobs:
- name: Run Benchmarks
run: |
chmod +x hyper-threading-workflow.sh
chmod +x examples/hyper_threading/hyper-threading-workflow.sh
echo "Benchmarking PR..."
./hyper-threading-workflow.sh > results_pr.txt
bash examples/hyper_threading/hyper-threading-workflow.sh > results_pr.txt
- name: Compare Results
run: |

0 comments on commit d4e9972

Please sign in to comment.