From 809d853898cd28bc75a17367a724d3d698a56140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 18 Sep 2023 16:32:42 +0300 Subject: [PATCH] Create a black & white version of the plot --- .github/workflows/benchmark.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 12e53e1..535d551 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -55,6 +55,11 @@ 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 @@ -62,6 +67,6 @@ jobs: 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