diff --git a/.github/workflows/main-benchmark.yml b/.github/workflows/main-benchmark.yml index 502fa291..c9d8a4ff 100644 --- a/.github/workflows/main-benchmark.yml +++ b/.github/workflows/main-benchmark.yml @@ -9,6 +9,7 @@ on: - '**.go' - '**.mod' - 'go.sum' + - .github/workflows/main-benchmark.yml permissions: # deployments permission to deploy GitHub pages website @@ -54,7 +55,7 @@ jobs: output-file-path: benchmark.txt # Where the previous data file is stored external-data-json-path: ./cache/benchmark-data.json - save-data-file: false + save-data-file: true - name: Save benchmark data uses: actions/cache/save@v4