spiraldb
fsst
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update rust crate criterion to v3.0.2 (#108) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [criterion](https://codspeed.io) ([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) | dev-dependencies | patch | `3.0.1` -> `3.0.2` | --- ### Release Notes <details> <summary>CodSpeedHQ/codspeed-rust (criterion)</summary> ### [`v3.0.2`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v3.0.2) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.1...v3.0.2) #### What's Changed - Remove default features from `statrs` by [@​konstin](https://redirect.github.com/konstin) in [https://github.com/CodSpeedHQ/codspeed-rust/pull/108](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/108) #### New Contributors - [@​konstin](https://redirect.github.com/konstin) made their first contribution in [https://github.com/CodSpeedHQ/codspeed-rust/pull/108](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/108) **Full Changelog**: https://github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.1...v3.0.2 </details> --- ### Configuration š **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). š¦ **Automerge**: Enabled. ā» **Rebasing**: Whenever PR becomes conflicted, 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/spiraldb/fsst). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
2 days ago
chore(deps): update rust crate criterion to v3.0.2
renovate/patch-all-patch-updates
2 days ago
chore(deps): update rust crate criterion to v3 (#105) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [criterion](https://codspeed.io) ([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) | dev-dependencies | major | `2.8` -> `3.0` | --- ### Release Notes <details> <summary>CodSpeedHQ/codspeed-rust (criterion)</summary> ### [`v3.0.2`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v3.0.2) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.1...v3.0.2) #### What's Changed - Remove default features from `statrs` by [@​konstin](https://redirect.github.com/konstin) in [https://github.com/CodSpeedHQ/codspeed-rust/pull/108](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/108) #### New Contributors - [@​konstin](https://redirect.github.com/konstin) made their first contribution in [https://github.com/CodSpeedHQ/codspeed-rust/pull/108](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/108) **Full Changelog**: https://github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.1...v3.0.2 ### [`v3.0.1`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.0...v3.0.1) #### What's Changed - Fix the Windows build (without introducing any runtime features) - Fix a self-dependency issue in the criterion walltime layer #### Details - chore: bump rust toolchain to 1.88.0 by [@​art049](https://redirect.github.com/art049) in [https://github.com/CodSpeedHQ/codspeed-rust/pull/104](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/104) - fix: add build on windows by [@​adriencaccia](https://redirect.github.com/adriencaccia) in [https://github.com/CodSpeedHQ/codspeed-rust/pull/106](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/106) - feat: add Windows build support by [@​art049](https://redirect.github.com/art049) in [https://github.com/CodSpeedHQ/codspeed-rust/pull/107](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/107) - chore: partial revert of "refactor: use helper to check if running with codspeed runner" ([commit](https://redirect.github.com/CodSpeedHQ/codspeed-rust/commit/d78ae4abf405b69ed5362593dab280a5414ad8b9)) **Full Changelog**: https://github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.0...v3.0.1 ### [`v3.0.0`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v2.10.1...v3.0.0) #### What's Changed > \[!WARNING]\ > **BREAKING:** Make sure to use v3 of the compat layers if you're using the v3 of `cargo-codspeed` - **Fix divan walltime measurement**: Resolves measurement issues in divan integration (will yank previous divan release due to measurement problems) - **Default to `bench` profile**: cargo-codspeed now uses the `bench` profile by default when building, improving performance measurement accuracy - **Remove unnecessary `black_box`**: Cleaned up redundant `black_box` calls from measurements for better performance (thanks [@​DaniPopes](https://redirect.github.com/DaniPopes)) #### Changes ##### š Bug Fixes - fix: divan walltime metric by [@​not-matthias](https://redirect.github.com/not-matthias) in ([#​99](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/99)) - fix: parsing walltime results in cargo codspeed breaks backwards by [@​not-matthias](https://redirect.github.com/not-matthias) in ([#​101](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/101)) - fix: stdev calculation for less than 2 runs by [@​not-matthias](https://redirect.github.com/not-matthias) in ([#​100](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/100)) - fix: do not display error when sending benchmark uri by [@​not-matthias](https://redirect.github.com/not-matthias) in ([#​95](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/95)) ##### š§ Improvements - feat: change default profile from release to bench for build command by [@​art049](https://redirect.github.com/art049) in ([#​102](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/102)) - feat: collect profiles while benchmarks are running by [@​not-matthias](https://redirect.github.com/not-matthias) in ([#​92](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/92)) - chore: use std::hint::black\_box by [@​DaniPopes](https://redirect.github.com/DaniPopes) in ([#​97](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/97)) - chore: remove unnecessary black\_box in criterion by [@​DaniPopes](https://redirect.github.com/DaniPopes) in ([#​98](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/98)) #### New Contributors - [@​DaniPopes](https://redirect.github.com/DaniPopes) made their first contribution in [#​97](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/97) #### Full Changelog [v2.10.1...v3.0.0](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v2.10.1...v3.0.0) </details> --- ### Configuration š **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). š¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ā» **Rebasing**: Whenever PR becomes conflicted, 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/spiraldb/fsst). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
2 days ago
fix(deps): update rust crate libfuzzer-sys to v0.4.10 (#106) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libfuzzer-sys](https://redirect.github.com/rust-fuzz/libfuzzer) | dependencies | patch | `0.4.9` -> `0.4.10` | --- ### Release Notes <details> <summary>rust-fuzz/libfuzzer (libfuzzer-sys)</summary> ### [`v0.4.10`](https://redirect.github.com/rust-fuzz/libfuzzer/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://redirect.github.com/rust-fuzz/libfuzzer/compare/0.4.9...0.4.10) Released 2025-07-03. ##### Changed - Updated to `libFuzzer` commit `6146a88f6049` (`release/20.x`). - Fuzz targets taking raw byte slice inputs can now return `Corpus` results. *** </details> --- ### Configuration š **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). š¦ **Automerge**: Enabled. ā» **Rebasing**: Whenever PR becomes conflicted, 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/spiraldb/fsst). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
2 days ago
fix(deps): update rust crate libfuzzer-sys to v0.4.10
renovate/patch-all-patch-updates
2 days ago
chore(deps): update rust crate criterion to v3
renovate/criterion-3.x
6 days ago
chore(deps): lock file maintenance (#104) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | š§ This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration š **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). š¦ **Automerge**: Enabled. ā» **Rebasing**: Whenever PR becomes conflicted, 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/spiraldb/fsst). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
develop
6 days ago
chore(deps): lock file maintenance
renovate/lock-file-maintenance
6 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs