Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pyproject.toml

- name: Cache .mypy_cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .mypy_cache
key: mypy-cache-${{ runner.os }}-x64-${{ hashFiles('**/*.py', 'pyproject.toml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pyproject.toml

- name: Cache .mypy_cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .mypy_cache
key: mypy-cache-${{ runner.os }}-x64-${{ hashFiles('**/*.py', 'pyproject.toml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pyproject.toml

- name: Cache .mypy_cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .mypy_cache
key: mypy-cache-${{ runner.os }}-x64-${{ hashFiles('**/*.py', 'pyproject.toml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel cibuildwheel

- name: Cache .mypy_cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .mypy_cache
key: mypy-cache-${{ runner.os }}-x64-${{ hashFiles('**/*.py', 'pyproject.toml') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ jobs:

- name: Cache .mypy_cache
if: ${{ env.IS_UBUNTU_32BIT != 'true' }}
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .mypy_cache
key: mypy-cache-${{ runner.os }}-${{ matrix.architecture }}-${{ hashFiles('**/*.py', 'pyproject.toml') }}

- name: Restore tox environment and hypothesis examples
if: ${{ env.IS_UBUNTU_32BIT != 'true' }}
uses: actions/cache/restore@v5
uses: actions/cache/restore@v6
id: tox-cache
with:
path: |
Expand All @@ -132,7 +132,7 @@ jobs:
# Run on success or recreate runs even if the cache was already restored;
# cache/save is a no-op when the key already exists.
if: ${{ env.IS_UBUNTU_32BIT != 'true' && (success() || env.TOX_RECREATE_FLAG == '-r') }}
uses: actions/cache/save@v5
uses: actions/cache/save@v6
with:
path: |
.tox
Expand Down
280 changes: 140 additions & 140 deletions benchmarks/results/_utils.md

Large diffs are not rendered by default.

970 changes: 485 additions & 485 deletions benchmarks/results/main.md

Large diffs are not rendered by default.