Skip to content

Commit

Permalink
Merge branch 'main' into DONOTMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 23, 2024
2 parents 86a8487 + 500db09 commit ae8292a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Run benchmark script
run: |
source(".github/scripts/benchmark.R", echo = TRUE)
source(".github/scripts/benchmarks.R", echo = TRUE)
shell: Rscript {0}

- name: Upload results
Expand All @@ -62,6 +62,6 @@ jobs:
# Comment contents:
echo "[![Comparison Plot](./.github/scripts/benchmark_result.png)](./.github/scripts/benchmark_result.png)" >> report.md
echo -e "\nGenerated via commit ${{ github.event.pull_request.head.sha }}" >> report.md
echo -e "\nDownload link for the artifact containing the test results: [↓ atime-results.zip](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }})" >> report.md
echo -e "\nDownload link for the artifact containing the test results: [↓ benchmark-results.zip](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }})" >> report.md
cml comment update report.md
shell: bash

0 comments on commit ae8292a

Please sign in to comment.