Avatar for the oxc-project user
oxc-project
oxc-resolver
BlogDocsChangelog

Performance History

Latest Results

chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
6 hours ago
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
6 hours ago
chore(deps): update codspeedhq/action action to v5 (#1340) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | major | `v4.19.1` โ†’ `v5.0.1` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v5.0.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v5.0.0...v5.0.1) #### ๐Ÿš€ Highlights ##### More precise measurements by default `cycle-estimation` is now enabled by default, giving more precise benchmark cycle estimation in Simulation mode. See [docs](https://codspeed.io/docs/instruments/cpu#estimating-cycles). ##### New: allocation exclusion Opt in to `exclude-allocations` to remove allocator time from benchmarks in Simulation mode and reduce variance. See [docs](https://codspeed.io/docs/instruments/cpu/allocation-exclusion). ##### `samply`-based profiler by default on Linux The walltime profiler now uses `samply` on all OSes. Set `CODSPEED_WALLTIME_PROFILER=perf` to restore the previous behavior. #### โš ๏ธ Breaking changes - `cycle-estimation` is now enabled by default (see above) - The `samply`-based profiler is now the default on Linux; set `CODSPEED_WALLTIME_PROFILER=perf` to revert #### Details ##### <!-- 0 -->๐Ÿš€ Features - Load eBPF through a delegated BPF token by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Enable cycle estimation and allocation exclusion by default by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;461](https://redirect.github.com/CodSpeedHQ/runner/pull/461) - Make samply profiler default for all OSes ([#&#8203;472](https://redirect.github.com/CodSpeedHQ/action/issues/472)) by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;475](https://redirect.github.com/CodSpeedHQ/runner/pull/475) ##### <!-- 1 -->๐Ÿ› Bug Fixes - Classify mapped libraries without init-userns privilege by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Disable allocator exclusion by default ([#&#8203;489](https://redirect.github.com/CodSpeedHQ/action/issues/489)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;489](https://redirect.github.com/CodSpeedHQ/runner/pull/489) ##### <!-- 10 -->๐Ÿ’ผ Other - Bump the memtrack pin to 1.4.0 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;484](https://redirect.github.com/CodSpeedHQ/runner/pull/484) ##### <!-- 2 -->๐Ÿ—๏ธ Refactor - Hook-based CPU isolation for the walltime runner by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 6 -->๐Ÿงช Testing - Run every tracking test under both BPF variants by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 7 -->โš™๏ธ Internals - chore: bump runner version to 5.0.1 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;228](https://redirect.github.com/CodSpeedHQ/action/pull/228) - docs: bump documented action version to v5 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;227](https://redirect.github.com/CodSpeedHQ/action/pull/227) - Bump submodule to reduce debug info server timeouts by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Make tests run release builds of the binaries by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;456](https://redirect.github.com/CodSpeedHQ/runner/pull/456) - Update submodule to fix fmt and ignore ubuntu debuginfod serv by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) #### Install codspeed-runner 5.0.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 5.0.1 | File | Platform | Checksum | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v5.0.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.1...v5.0.1> ### [`v5.0.0`](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.1...v5.0.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.1...v5.0.0) </details> --- ### Configuration ๐Ÿ“… **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) ๐Ÿšฆ **Automerge**: Enabled. โ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update codspeedhq/action action to v5
renovate/major-github-actions
6 hours ago
chore: release v11.24.3
release-plz-2026-07-16T13-01-51Z
6 hours ago
chore(deps): update rust crate json-strip-comments to v3.1.2 (#1338) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [json-strip-comments](https://redirect.github.com/oxc-project/json-strip-comments) | dependencies | patch | `3.1.1` โ†’ `3.1.2` | --- ### Release Notes <details> <summary>oxc-project/json-strip-comments (json-strip-comments)</summary> ### [`v3.1.2`](https://redirect.github.com/oxc-project/json-strip-comments/blob/HEAD/CHANGELOG.md#312---2026-07-27) [Compare Source](https://redirect.github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.1.1...json-strip-comments-v3.1.2) ##### Other - *(json-strip-comments)* exclude extraneous files from published package ([#&#8203;209](https://redirect.github.com/oxc-project/json-strip-comments/pull/209)) - *(deps)* update rust crates ([#&#8203;210](https://redirect.github.com/oxc-project/json-strip-comments/pull/210)) - *(deps)* update semgrep/semgrep docker tag to v1.171.0 ([#&#8203;211](https://redirect.github.com/oxc-project/json-strip-comments/pull/211)) - *(semgrep)* add scan workflow ([#&#8203;208](https://redirect.github.com/oxc-project/json-strip-comments/pull/208)) - *(deps)* update actions/setup-node action to v7 ([#&#8203;207](https://redirect.github.com/oxc-project/json-strip-comments/pull/207)) - *(deps)* update actions/setup-node action to v6.5.0 ([#&#8203;206](https://redirect.github.com/oxc-project/json-strip-comments/pull/206)) - *(deps)* update dependency rust to v1.97.1 ([#&#8203;205](https://redirect.github.com/oxc-project/json-strip-comments/pull/205)) - update sponsor section - *(deps)* update rust crates ([#&#8203;203](https://redirect.github.com/oxc-project/json-strip-comments/pull/203)) - *(deps)* update codspeedhq/action action to v4.18.5 ([#&#8203;202](https://redirect.github.com/oxc-project/json-strip-comments/pull/202)) - *(deps)* update dependency rust to v1.97.0 ([#&#8203;201](https://redirect.github.com/oxc-project/json-strip-comments/pull/201)) - restore original Apache-2.0 license ([#&#8203;200](https://redirect.github.com/oxc-project/json-strip-comments/pull/200)) - *(deps)* update rust to v1.96.1 ([#&#8203;199](https://redirect.github.com/oxc-project/json-strip-comments/pull/199)) - standardize rustfmt config - normalize README sponsor section - configure clippy exported api lint ([#&#8203;196](https://redirect.github.com/oxc-project/json-strip-comments/pull/196)) - add crates environment to release workflow - *(deps)* update github actions ([#&#8203;193](https://redirect.github.com/oxc-project/json-strip-comments/pull/193)) - use codspeed simulation mode ([#&#8203;192](https://redirect.github.com/oxc-project/json-strip-comments/pull/192)) - use codspeed mode input ([#&#8203;191](https://redirect.github.com/oxc-project/json-strip-comments/pull/191)) - enable codspeed simulation ([#&#8203;190](https://redirect.github.com/oxc-project/json-strip-comments/pull/190)) - *(deps)* update rust crates ([#&#8203;189](https://redirect.github.com/oxc-project/json-strip-comments/pull/189)) - *(deps)* update github actions ([#&#8203;188](https://redirect.github.com/oxc-project/json-strip-comments/pull/188)) - *(deps)* update rust crates ([#&#8203;187](https://redirect.github.com/oxc-project/json-strip-comments/pull/187)) - *(deps)* update github actions to v4.17.5 ([#&#8203;186](https://redirect.github.com/oxc-project/json-strip-comments/pull/186)) - *(deps)* update github actions to v4.17.0 ([#&#8203;185](https://redirect.github.com/oxc-project/json-strip-comments/pull/185)) - *(deps)* update rust crates ([#&#8203;183](https://redirect.github.com/oxc-project/json-strip-comments/pull/183)) - *(deps)* update github actions ([#&#8203;182](https://redirect.github.com/oxc-project/json-strip-comments/pull/182)) - *(deps)* update dependency rust to v1.96.0 ([#&#8203;181](https://redirect.github.com/oxc-project/json-strip-comments/pull/181)) - *(deps)* update rust crates ([#&#8203;180](https://redirect.github.com/oxc-project/json-strip-comments/pull/180)) - *(deps)* update github actions ([#&#8203;179](https://redirect.github.com/oxc-project/json-strip-comments/pull/179)) - switch security workflow to ubuntu-latest ([#&#8203;178](https://redirect.github.com/oxc-project/json-strip-comments/pull/178)) - update packageManager to pnpm 11.0.4 ([#&#8203;177](https://redirect.github.com/oxc-project/json-strip-comments/pull/177)) - *(deps)* update github actions ([#&#8203;176](https://redirect.github.com/oxc-project/json-strip-comments/pull/176)) - *(deps)* update pnpm/action-setup action to v6.0.4 ([#&#8203;175](https://redirect.github.com/oxc-project/json-strip-comments/pull/175)) - *(deps)* update github actions ([#&#8203;174](https://redirect.github.com/oxc-project/json-strip-comments/pull/174)) - *(deps)* update github-actions ([#&#8203;172](https://redirect.github.com/oxc-project/json-strip-comments/pull/172)) </details> --- ### Configuration ๐Ÿ“… **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) ๐Ÿšฆ **Automerge**: Enabled. โ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update github actions (#1339) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.18.5` โ†’ `v4.19.1` | | | [oxc-project/setup-node](https://redirect.github.com/oxc-project/setup-node) | action | patch | `v1.3.1` โ†’ `v1.3.2` | `v1.4.0` | | [semgrep/semgrep](https://redirect.github.com/semgrep/semgrep-proprietary) | container | minor | `1.171.0` โ†’ `1.172.0` | | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.19.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1) #### Release Notes This release ships improvements for the memory instrument. The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time. ##### <!-- 1 -->๐Ÿ› Bug Fixes - Track successful posix\_memalign allocations ([#&#8203;470](https://redirect.github.com/CodSpeedHQ/action/issues/470)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;470](https://redirect.github.com/CodSpeedHQ/runner/pull/470) - Prompt sudo on interactive stdin ([#&#8203;459](https://redirect.github.com/CodSpeedHQ/action/issues/459)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;459](https://redirect.github.com/CodSpeedHQ/runner/pull/459) - Reject empty command before executor setup ([#&#8203;467](https://redirect.github.com/CodSpeedHQ/action/issues/467)) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;467](https://redirect.github.com/CodSpeedHQ/runner/pull/467) ##### <!-- 7 -->โš™๏ธ Internals - chore: bump runner version to 4.19.1 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;225](https://redirect.github.com/CodSpeedHQ/action/pull/225) ##### <!-- 10 -->๐Ÿ’ผ Other - Bump the memtrack pin to 1.3.0 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;474](https://redirect.github.com/CodSpeedHQ/runner/pull/474) #### Install codspeed-runner 4.19.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.1 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1> ### [`v4.19.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.19.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0) #### Release Notes This release adds a new `--experimental-exclude-allocations` feature to remove allocator time from Simulation benchmarks. ##### <!-- 0 -->๐Ÿš€ Features - Remove eager allocator discovery by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach allocator probes on demand via exec-mapping watcher by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add exec-mapping watcher BPF prog and inode maps by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add experimental --exclude-allocations setting by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 1 -->๐Ÿ› Bug Fixes - Join attach worker thread on drop, not only on finish() by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;445](https://redirect.github.com/CodSpeedHQ/runner/pull/445) - Fail loud when a watcher mapping is unresolved on a live process by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Canonicalize map\_files dirent name for low-address mappings by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Classify unprefixed jemalloc builds as jemalloc by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Fail closed when tracking\_enabled lookup fails by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Lower zstd compression level to -5 to reduce serialization overhead by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wire MemtrackWriter serializer through BufWriter to fix per-event zstd compression bottleneck by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 10 -->๐Ÿ’ผ Other - Let the tracker own the poller and drain on shutdown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Return the underlying sink from MemtrackWriter::finish by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 2 -->๐Ÿ—๏ธ Refactor - Split monolithic eBPF C and Rust into domain files by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Split memtrack into module by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Attach uprobes at resolved file offsets instead of func\_name by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Align cycle-estimation flag with experimental naming scheme by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;425](https://redirect.github.com/CodSpeedHQ/runner/pull/425) ##### <!-- 3 -->๐Ÿ“š Documentation - Add crate AGENTS.md guide by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;455](https://redirect.github.com/CodSpeedHQ/runner/pull/455) - Stop hardcoding MCP tool schemas in the optimize skill by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;451](https://redirect.github.com/CodSpeedHQ/runner/pull/451) ##### <!-- 4 -->โšก Performance - Drain ringbuf bursts eagerly and reserve poller cores by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;436](https://redirect.github.com/CodSpeedHQ/runner/pull/436) - Grow the event ring buffer to 256 MiB by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Wake the ringbuf consumer only past a data watermark by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Pre-size and reuse the memtrack encode window buffer by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Replace drain/writer threads with the encode pipeline by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add parallel zstd encode pipeline for artifact events by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Detach BPF links in parallel at teardown by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;440](https://redirect.github.com/CodSpeedHQ/runner/pull/440) - Resolve allocator symbol offsets in parallel by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 6 -->๐Ÿงช Testing - Add dlopen/on-demand allocator tests + CI matrix by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Benchmark encode\_events with a realistic allocation trace by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 7 -->โš™๏ธ Internals - chore: bump runner version to 4.19.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;224](https://redirect.github.com/CodSpeedHQ/action/pull/224) - Lower on-demand attach log to debug by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;462](https://redirect.github.com/CodSpeedHQ/runner/pull/462) - Install rust toolchain by explicit channel for older rustup by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Also run runner-shared benchmarks in walltime mode by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Dedup memtrack build deps into install-bpf-deps action by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) #### Install codspeed-runner 4.19.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.19.0 | File | Platform | Checksum | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-apple-darwin.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256) | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/codspeed/releases/download/v4.19.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md> **Full Changelog**: <https://github.com/CodSpeedHQ/action/compare/v4.18.5...v4.19.0> </details> <details> <summary>oxc-project/setup-node (oxc-project/setup-node)</summary> ### [`v1.3.2`](https://redirect.github.com/oxc-project/setup-node/releases/tag/v1.3.2) [Compare Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.3.1...v1.3.2) #### What's Changed - docs: normalize README sponsor section by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;25](https://redirect.github.com/oxc-project/setup-node/pull/25) - docs: update sponsor section by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;26](https://redirect.github.com/oxc-project/setup-node/pull/26) - ci(semgrep): add scan workflow by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;29](https://redirect.github.com/oxc-project/setup-node/pull/29) - Update semgrep/semgrep Docker tag to v1.170.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;30](https://redirect.github.com/oxc-project/setup-node/pull/30) - Update pnpm/action-setup action to v6.0.9 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;22](https://redirect.github.com/oxc-project/setup-node/pull/22) - Update actions/cache action to v5.1.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;24](https://redirect.github.com/oxc-project/setup-node/pull/24) - Update actions/setup-node action to v6.5.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;27](https://redirect.github.com/oxc-project/setup-node/pull/27) - Update actions/cache action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;23](https://redirect.github.com/oxc-project/setup-node/pull/23) - Update actions/setup-node action to v7 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;28](https://redirect.github.com/oxc-project/setup-node/pull/28) **Full Changelog**: <https://github.com/oxc-project/setup-node/compare/v1.3.1...v1.3.2> </details> --- ### Configuration ๐Ÿ“… **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) ๐Ÿšฆ **Automerge**: Enabled. โ™ป **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. ๐Ÿ‘ป **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update github actions
renovate/github-actions
6 hours ago

Latest Branches

CodSpeed Performance Gauge
+3%
chore: release v11.24.3#1312
6 hours ago
2ef1d22
release-plz-2026-07-16T13-01-51Z
CodSpeed Performance Gauge
N/A
chore(deps): update codspeedhq/action action to v5#1340
6 hours ago
c1040f8
renovate/major-github-actions
CodSpeed Performance Gauge
-1%
6 hours ago
e321ad6
renovate/github-actions
ยฉ 2026 CodSpeed Technology
Home Terms Privacy Docs