Fix benchmark name

This commit is contained in:
Fedor Indutny 2025-08-08 08:07:41 -07:00 committed by GitHub
commit 521d64ac71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 }}