Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn authored Oct 10, 2023
1 parent 5ec9e79 commit 1514a69
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,14 @@ jobs:
- name: Create visz from benchmark results!
run: python tests/benchmark_visz.py

- name: Commit benchmark png
uses: EndBug/add-and-commit@v9
- name: Upload benchmark png as artifact
uses: actions/upload-artifact@v3
with:
default_author: github_actions
message: "generate benchmark chart"
add: "tests/benchmark_chart.png --force"
name: benchmark-artifact
path: tests/benchmark_chart.png

- name: Mention artifact in pull request
run: |
echo "You can download the benchmark chart artifact from this workflow run: [Artifact Link](<artifact-url>)"
env:
ARTIFACT_URL: ${{ steps.upload_artifact.outputs.artifact_url }}

0 comments on commit 1514a69

Please sign in to comment.