Skip to content

Commit

Permalink
Create a black & white version of the plot
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 18, 2023
1 parent b6d0f98 commit 809d853
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,18 @@ jobs:
with:
name: benchmark-output

- name: Update the plot
run: |
cargo binstall -y menyoki
menyoki edit --invert benchmarks.png save benchmarks-bw.png
- name: Commit to the branch
if: github.event_name != 'pull_request'
shell: bash
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
set +e
git add benchmarks.*
git add benchmarks*
git commit -m "Update benchmarks"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git output

0 comments on commit 809d853

Please sign in to comment.