From 6ce126a88dcedf4c7437767c9d613f7eef195323 Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:44:17 +0200 Subject: [PATCH] [ci] Add name to benchmark graphs (#4038) cc https://github.com/paritytech/ci_cd/issues/969 --- .github/workflows/subsystem-benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/subsystem-benchmarks.yml b/.github/workflows/subsystem-benchmarks.yml index f0d56bf6e9..1a726b669e 100644 --- a/.github/workflows/subsystem-benchmarks.yml +++ b/.github/workflows/subsystem-benchmarks.yml @@ -48,6 +48,7 @@ jobs: uses: benchmark-action/github-action-benchmark@v1 with: tool: "customSmallerIsBetter" + name: ${{ github.event.inputs.benchmark-data-dir-path }} output-file-path: ${{ github.event.inputs.output-file-path }} benchmark-data-dir-path: "bench/${{ github.event.inputs.benchmark-data-dir-path }}" github-token: ${{ steps.app-token.outputs.token }}