Skip to content

Commit

Permalink
Debugging why .png is not being committed
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandsullivan authored Dec 11, 2024
1 parent 16d1d52 commit 5f1d71e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ucc-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ jobs:
docker run --rm \
-v ${{ github.workspace }}/benchmarks/results:/ucc/benchmarks/results \
ucc-benchmark bash -c "source /venv/bin/activate && ./benchmarks/scripts/small_test.sh 8 && python ./benchmarks/scripts/generate_latest_benchmark_plot.py"
- name: Check if PNG file exists
run: |
ls -l benchmarks/compiler_benchmarks_over_time.png
- name: Check git status
run: git status

# Commit and push benchmark results using a dedicated action
- name: Commit and push results
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 5f1d71e

Please sign in to comment.