Fix benchmark name

This commit is contained in:
Fedor Indutny
2025-08-08 08:07:41 -07:00
committed by GitHub
parent f13378588f
commit 521d64ac71

View File

@@ -158,6 +158,6 @@ jobs:
- name: Publish to DataDog
working-directory: benchmark-results
run: |
node ./bin/publish.js ../benchmark.log destop.ci.performance.${{ matrix.metric }}
node ./bin/publish.js ../benchmark.log desktop.ci.performance.${{ matrix.metric }}
env:
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}