mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update benchmark-action/github-action-benchmark action to v1.20.4
This commit is contained in:
parent
9c6992535b
commit
cb453febe9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -413,7 +413,7 @@ jobs:
|
||||||
jq '[{ name: "Boot time", unit: "s", value: .results[0].median, range: ((.results[0].max - .results[0].min) | tostring) }]' < boot-perf.json > boot-perf-formatted.json
|
jq '[{ name: "Boot time", unit: "s", value: .results[0].median, range: ((.results[0].max - .results[0].min) | tostring) }]' < boot-perf.json > boot-perf-formatted.json
|
||||||
|
|
||||||
- name: Run analysis
|
- name: Run analysis
|
||||||
uses: benchmark-action/github-action-benchmark@v1.20.3
|
uses: benchmark-action/github-action-benchmark@v1.20.4
|
||||||
with:
|
with:
|
||||||
tool: 'customSmallerIsBetter'
|
tool: 'customSmallerIsBetter'
|
||||||
output-file-path: ghost/core/boot-perf-formatted.json
|
output-file-path: ghost/core/boot-perf-formatted.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue