From 8b629dddfd0733db6c9724e471f0a2c1f2289ca1 Mon Sep 17 00:00:00 2001 From: "Thing-han, Lim" <15379156+potsrevennil@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:58:13 +0800 Subject: [PATCH] wip fix store_results Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com> --- .github/actions/bench/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bench/action.yml b/.github/actions/bench/action.yml index 8e94997b1..a288b79a9 100644 --- a/.github/actions/bench/action.yml +++ b/.github/actions/bench/action.yml @@ -64,7 +64,7 @@ runs: run: | tests bench -c ${{ inputs.perf }} --cflags "${{ inputs.cflags }}" --arch-flags "${{ inputs.archflags }}" --opt "${{ inputs.opt }}" -v --output output.json ${{ inputs.bench_extra_args }} - name: Store benchmark result - if: ${{ inputs.store_results == true }} + if: ${{ inputs.store_results }} uses: benchmark-action/github-action-benchmark@v1 with: name: ${{ inputs.name }}