CodSpeedHQ
codspeed-rust
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix lower bound of cc crate Currently, the codspeed crate is declaring a dependency on cc 1.0, while using newer features. This is causing errors in minimal version checks in downstream crates. This PR dumps the cc minimal version and adds a minimal-versions CI check to enforce correct lower bounds.
konstin:konsti/fix-cc-lower-bound
9 hours ago
test(criterion_compat): add custom main bench for URI formatting Covers calling bench functions directly with a custom main, both with and without going through a criterion_group!-generated function.
cod-2324-investigate-issues-with-uri-formatting-in-codspeed-criterion
2 days ago
fix(criterion-compat): build walltime URIs like instrumented URIs Walltime mode rebuilt the benchmark URI in the analysis phase from `current_file`/`macro_group`, which are only set by `criterion_group!`/`criterion_main!`. Bypassing the macros with a custom main produced URIs like `::::my_group::my_bench`. Build the URI once in `BenchmarkGroup` (skipping empty segments and deriving the file from the caller location when the macros are bypassed) and thread it through `BenchmarkId::codspeed_uri`, so walltime reports the same URI as the instrumented modes. Also derive the caller file per `benchmark_group` call instead of filling it once on `Criterion`, so benchmark functions living in different files don't inherit a stale file from a previous call. Fixes COD-2324
cod-2324-investigate-issues-with-uri-formatting-in-codspeed-criterion
2 days ago
ci: always install valgrind-codspeed
cod-2714-investigate-pytest-flamegraph-regression
4 days ago
chore: use latest valgrind
cod-2714-investigate-pytest-flamegraph-regression
4 days ago
Release 4.7.0 cargo-codspeed@4.7.0 codspeed@4.7.0 codspeed-bencher-compat@4.7.0 codspeed-criterion-compat@4.7.0 codspeed-criterion-compat-walltime@4.7.0 codspeed-divan-compat@4.7.0 codspeed-divan-compat-macros@4.7.0 codspeed-divan-compat-walltime@4.7.0 Generated by cargo-workspaces
main
16 days ago
chore: shard criterion benchmarks
main
16 days ago
chore: shard criterion benchmarks
cod-2677-add-a-custom-iter-in-codspeed-criterion-to-support-custom
16 days ago
Latest Branches
CodSpeed Performance Gauge
-5%
Fix lower bound of cc crate
#182
9 hours ago
003ce2d
konstin:konsti/fix-cc-lower-bound
CodSpeed Performance Gauge
-3%
fix(criterion-compat): fix URI formatting when criterion_group!/criterion_main! are bypassed
#169
2 days ago
8c539a3
cod-2324-investigate-issues-with-uri-formatting-in-codspeed-criterion
CodSpeed Performance Gauge
+2%
feat(criterion-compat): add `iter_manual` to have finer control over the iteration loop
#180
19 days ago
e8a25a8
cod-2677-add-a-custom-iter-in-codspeed-criterion-to-support-custom
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs