Skip to content

Commit

Permalink
Merge pull request #31 from dlyongemallo/benchmark_diff_pr
Browse files Browse the repository at this point in the history
Enforce that benchmarks_output.txt is kept up-to-date with code changes.
  • Loading branch information
dlyongemallo authored Apr 7, 2024
2 parents 0c6cbb0 + 83388f0 commit 7dbc1c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
- name: Run benchmark
run: |
cd benchmarking
cp benchmarks_output.txt benchmarks_output.bak
chmod +x ./run_benchmarks.sh
./run_benchmarks.sh
diff benchmarks_output.bak benchmarks_output.txt

0 comments on commit 7dbc1c0

Please sign in to comment.