mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 11:26:38 +00:00
ci(bench): fix missing benchmarks from stored reports/graphs
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: Fix benchmark names
|
- name: Fix benchmark names
|
||||||
run: >-
|
run: >-
|
||||||
perl -pe 's/^(Benchmark.+?)\/(\S+)(-\d+)(\s+)/\1__\2\4/' output.raw |
|
perl -pe 's/^(Benchmark.+?)\/(\S+)(-\d+)(\s+)/\1__\2\4/' output.raw |
|
||||||
tr '-' '_' | tee output.txt
|
tr '=-' '_' | tee output.txt
|
||||||
- name: Announce benchmark result
|
- name: Announce benchmark result
|
||||||
uses: rhysd/github-action-benchmark@v1
|
uses: rhysd/github-action-benchmark@v1
|
||||||
with:
|
with:
|
||||||
@@ -128,7 +128,7 @@ jobs:
|
|||||||
- name: Fix benchmark names
|
- name: Fix benchmark names
|
||||||
run: >-
|
run: >-
|
||||||
perl -pe 's/^(Benchmark.+?)\/(\S+)(-\d+)(\s+)/\1__\2\4/' output.raw |
|
perl -pe 's/^(Benchmark.+?)\/(\S+)(-\d+)(\s+)/\1__\2\4/' output.raw |
|
||||||
tr '-' '_' | tee output.txt
|
tr '=-' '_' | tee output.txt
|
||||||
- name: Store benchmark result
|
- name: Store benchmark result
|
||||||
uses: rhysd/github-action-benchmark@v1
|
uses: rhysd/github-action-benchmark@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user