From 15b95dddd279db08e7cbe435555627829f8fc8d1 Mon Sep 17 00:00:00 2001 From: Sacha Froment Date: Mon, 24 Feb 2025 17:15:28 +0100 Subject: [PATCH] chore: test bench Signed-off-by: Sacha Froment --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f8eb8361..7fab55d3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -49,6 +49,8 @@ jobs: summary-always: true gh-pages-branch: main skip-fetch-gh-pages: ${{ github.event_name == 'push' }} + benchmark-data-dir-path: ./cache/benchmarks + ref: "ec5b182e486543fb2810419377774b9957a3d3ee" docs: if: github.event_name == 'push' && github.ref == 'refs/heads/main'