From 53f77414512f746ece56e2e6ea3d2dfe89395506 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 20 Jan 2021 08:54:43 +0000 Subject: [PATCH] ci(bench): fix missing benchmarks from stored reports/graphs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: