mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 03:16:39 +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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user