mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
chore(ci): Update github-action-benchmark
(#3148)
This commit is contained in:
parent
0cf8265f02
commit
5a3bdc9ed3
4
.github/workflows/bench.yml
vendored
4
.github/workflows/bench.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user