diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc21a4f..07f9baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: