ci(bench): fix missing benchmarks from stored reports/graphs

This commit is contained in:
2021-01-20 08:54:43 +00:00
parent 16e33f432c
commit 53f7741451

View File

@@ -52,7 +52,7 @@ jobs:
- name: Fix benchmark names
run: >-
perl -pe 's/^(Benchmark.+?)\/(\S+)(-\d+)(\s+)/\1__\2\4/' output.raw |
tr '-' '_' | tee output.txt
tr '=-' '_' | tee output.txt
- name: Announce benchmark result
uses: rhysd/github-action-benchmark@v1
with:
@@ -128,7 +128,7 @@ jobs:
- name: Fix benchmark names
run: >-
perl -pe 's/^(Benchmark.+?)\/(\S+)(-\d+)(\s+)/\1__\2\4/' output.raw |
tr '-' '_' | tee output.txt
tr '=-' '_' | tee output.txt
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
with: