mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
Bump CodSpeed action to v4.4.1 (#17198)
## Summary This fixes the report generation issues caused by large profile data now properly handled by this newer version ## Test Plan Reports should be generated on this PR
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -2951,7 +2951,7 @@ jobs:
|
||||
run: cargo codspeed build --profile profiling -p uv-bench
|
||||
|
||||
- name: "Run benchmarks"
|
||||
uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9 # v4.1.1
|
||||
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
|
||||
with:
|
||||
run: cargo codspeed run
|
||||
mode: walltime
|
||||
@@ -2991,7 +2991,7 @@ jobs:
|
||||
run: cargo codspeed build --profile profiling -p uv-bench
|
||||
|
||||
- name: "Run benchmarks"
|
||||
uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9 # v4.1.1
|
||||
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
|
||||
with:
|
||||
run: cargo codspeed run
|
||||
mode: instrumentation
|
||||
|
||||
Reference in New Issue
Block a user