Skip to content

Commit 6130a4b

Browse files
committed
init cache
1 parent 4d70580 commit 6130a4b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
- name: Run Benchmarks
3838
run: uv run pytest . -m benchmark_main --benchmark-enable --benchmark-json=output.json
3939

40-
- name: Seed benchmark cache for main (one-time)
41-
run: |
42-
mkdir -p benchmark-data
43-
cp output.json benchmark-data/output.json
44-
env:
45-
SEEDED_BENCHMARK_KEY: benchmark-${{ runner.os }}-refs/heads/main
46-
4740
- name: Download previous benchmark data
4841
uses: actions/cache@v4
4942
with:
@@ -59,4 +52,5 @@ jobs:
5952
github-token: ${{ secrets.GITHUB_TOKEN }}
6053
summary-always: true
6154
skip-fetch-gh-pages: true
62-
save-data-file: ${{ github.event_name != 'pull_request' }}
55+
save-data-file: true
56+
# save-data-file: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)