From 500db095e3addec22efa41d2e50ac3c1258d1913 Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:52:09 +0200 Subject: [PATCH] Update benchmarks.yaml (#1245) --- .github/workflows/benchmarks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 806b6af0b..e0009bf4b 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -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 @@ -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