[ci] Add name to benchmark graphs (#4038)

cc https://github.com/paritytech/ci_cd/issues/969
This commit is contained in:
Alexander Samusev
2024-04-09 11:44:17 +02:00
committed by GitHub
parent 22b95a8a55
commit 6ce126a88d
@@ -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 }}