chore(ci): Update github-action-benchmark (#3148)

This commit is contained in:
Linda_pp 2021-12-30 01:12:15 +09:00 committed by GitHub
parent 0cf8265f02
commit 5a3bdc9ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
run: mkdir raw-data && curl -o raw-data/benchmark-data.json https://raw.githubusercontent.com/swc-project/raw-data/gh-pages/benchmark-data.json run: mkdir raw-data && curl -o raw-data/benchmark-data.json https://raw.githubusercontent.com/swc-project/raw-data/gh-pages/benchmark-data.json
- name: Analyze benchmark result - name: Analyze benchmark result
uses: rhysd/github-action-benchmark@v1 uses: benchmark-action/github-action-benchmark@v1
with: with:
# What benchmark tool the output.txt came from # What benchmark tool the output.txt came from
tool: "cargo" tool: "cargo"
@ -79,7 +79,7 @@ jobs:
- name: Analyze benchmark result (root) - name: Analyze benchmark result (root)
if: ${{ github.event_name == 'push' }} if: ${{ github.event_name == 'push' }}
uses: rhysd/github-action-benchmark@v1 uses: benchmark-action/github-action-benchmark@v1
with: with:
# What benchmark tool the output.txt came from # What benchmark tool the output.txt came from
tool: "cargo" tool: "cargo"