Avatar for the oxc-project user
oxc-project
json-strip-comments
BlogDocsChangelog

Performance History

Latest Results

chore(deps): lock file maintenance rust crates
renovate/rust-crates
5 days ago
chore(deps): lock file maintenance rust crates (#59) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [serde_json](https://redirect.github.com/serde-rs/json) | dev-dependencies | patch | `1.0.140` -> `1.0.141` | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.141`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.141) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.140...v1.0.141) - Optimize string escaping during serialization ([#&#8203;1273](https://redirect.github.com/serde-rs/json/issues/1273), thanks [@&#8203;conradludgate](https://redirect.github.com/conradludgate)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
5 days ago
chore(deps): update codspeedhq/action action to v3.7.0 (#57) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v3.5.0` -> `v3.7.0` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v3.7.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.7.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.6.1...v3.7.0) #### What's Changed ##### <!-- 0 -->🚀 Features - Add pre- and post-benchmark scripts by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add cli args for perf by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;94](https://redirect.github.com/CodSpeedHQ/runner/pull/94) ##### <!-- 1 -->🐛 Bug Fixes - Forward environment to systemd-run cmd by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Only panic in upload for non-existing integration by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Multi-line commands in valgrind by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Symlink libpython doesn't work for statically linked python by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;89](https://redirect.github.com/CodSpeedHQ/runner/pull/89) - Run perf with sudo; support systemd-run for non-perf walltime by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Use correct path for unwind info by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) ##### <!-- 7 -->⚙️ Internals - Add executor tests by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;95](https://redirect.github.com/CodSpeedHQ/runner/pull/95) - Add log to detect invalid origin url by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Upgrade to edition 2024 by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add debug logs for proc maps by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;88](https://redirect.github.com/CodSpeedHQ/runner/pull/88) - Enhance version resolution with 'latest' support and flexible formats by [@&#8203;art049](https://redirect.github.com/art049) in [https://github.com/CodSpeedHQ/action/pull/132](https://redirect.github.com/CodSpeedHQ/action/pull/132) **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.6.1...v3.7.0 **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md ### [`v3.6.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v3.6.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v3.5.0...v3.6.1) #### What's Changed ##### <!-- 0 -->🚀 Features - Allow setting upload url via env var for convenience by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;85](https://redirect.github.com/CodSpeedHQ/runner/pull/85) - Send unknown cpu\_brand when it is not recognized by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) - Allow only running the benchmarks, and only uploading the results by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;81](https://redirect.github.com/CodSpeedHQ/runner/pull/81) - Install perf on setup by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add perf integration for python by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add perf integration for rust by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Add fifo ipc by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Use custom time formatting to be in line with the rest of CodSpeed by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;77](https://redirect.github.com/CodSpeedHQ/runner/pull/77) - Output information about benches after a local run by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;76](https://redirect.github.com/CodSpeedHQ/runner/pull/76) - Allow specifying oauth token through CLI by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;75](https://redirect.github.com/CodSpeedHQ/runner/pull/75) - Add option to output structured json by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;74](https://redirect.github.com/CodSpeedHQ/runner/pull/74) - Add flags to specify repository from CLI by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Improve error handling for valgrind by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;67](https://redirect.github.com/CodSpeedHQ/runner/pull/67) - Handle local run failure by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;71](https://redirect.github.com/CodSpeedHQ/runner/pull/71) - Run benchmark with systemd (for optional cpu isolation) by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;86](https://redirect.github.com/CodSpeedHQ/runner/pull/86) ##### <!-- 1 -->🐛 Bug Fixes - Persist logs when running with skip\_upload by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;84](https://redirect.github.com/CodSpeedHQ/runner/pull/84) - Valgrind crash for unresolved libpython by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;82](https://redirect.github.com/CodSpeedHQ/runner/pull/82) - Support trailing slash in origin url by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;83](https://redirect.github.com/CodSpeedHQ/runner/pull/83) - Use bash to ensure correct behavior across systems by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Fix test randomly failing due to other test run in parallel by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Check child status code after valgrind by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;72](https://redirect.github.com/CodSpeedHQ/runner/pull/72) - Only show perf output at debug or trace level by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;87](https://redirect.github.com/CodSpeedHQ/runner/pull/87) ##### <!-- 7 -->⚙️ Internals - Dont use regex in perf map harvest by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) - Switch to astral-sh/cargo-dist by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;80](https://redirect.github.com/CodSpeedHQ/runner/pull/80) **Full Changelog**: https://github.com/CodSpeedHQ/action/compare/v3.5.0...v3.6.1 **Full Runner Changelog**: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
12 days ago
chore(deps): lock file maintenance
renovate/rust-crates
19 days ago
chore(deps): lock file maintenance rust crates (#55) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [criterion2](https://bheisler.github.io/criterion.rs/book/index.html) ([source](https://redirect.github.com/Boshen/criterion2.rs)) | dev-dependencies | patch | `3.0.0` -> `3.0.1` | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>Boshen/criterion2.rs (criterion2)</summary> ### [`v3.0.1`](https://redirect.github.com/Boshen/criterion2.rs/blob/HEAD/CHANGELOG.md#301---2025-03-23) [Compare Source](https://redirect.github.com/Boshen/criterion2.rs/compare/v3.0.0...v3.0.1) ##### Other - *(deps)* lock file maintenance rust crates ([#&#8203;94](https://redirect.github.com/Boshen/criterion2.rs/pull/94)) - *(deps)* update dependency rust to v1.85.1 ([#&#8203;92](https://redirect.github.com/Boshen/criterion2.rs/pull/92)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
26 days ago
chore(deps): lock file maintenance rust crates
renovate/rust-crates
26 days ago

Active Branches

No pull requests foundAs pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home Terms Privacy Docs