We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d70580 commit 6130a4bCopy full SHA for 6130a4b
1 file changed
.github/workflows/benchmark.yml
@@ -37,13 +37,6 @@ jobs:
37
- name: Run Benchmarks
38
run: uv run pytest . -m benchmark_main --benchmark-enable --benchmark-json=output.json
39
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
-
47
- name: Download previous benchmark data
48
uses: actions/cache@v4
49
with:
@@ -59,4 +52,5 @@ jobs:
59
52
github-token: ${{ secrets.GITHUB_TOKEN }}
60
53
summary-always: true
61
54
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