Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodSpeedHQ/codspeed-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Choose a base ref
...
head repository: CodSpeedHQ/codspeed-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 14 commits
  • 35 files changed
  • 5 contributors

Commits on Aug 7, 2025

  1. chore(ci): enable perf

    not-matthias committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    0565866 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Configuration menu
    Copy the full SHA
    8f962df View commit details
    Browse the repository at this point in the history
  2. feat!(cargo-codspeed): allow benchmark filtering by name in `cargo co…

    …dspeed run`
    
    There previously was a confusion between benchmark name, aka the name
    the user gives to individual benchmarks, and benchmark targets.
    
    Now, benchmark target filtering is only done through `--workspace`,
    `--package` and `--exclude` cli flags for both `cargo codspeed build`
    and `cargo codspeed run`.
    
    In addition, `cargo codspeed run` now properly forwards the `benchname`
    positional argument to the benchmark target, in order to filter
    benchmarks ran. This is a breaking change, but it makes `cargo-codspeed`
    more in line with `cargo bench`
    GuillaumeLagrange committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    e0fe030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a2ff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. feat(criterion): make Bencher implement Send + Sync

    `criterion`'s `Bencher` implements `Send + Sync`, which allows running
    the benchmark itself on another thread. This allows something like
    `|b| /* my rayon thread pool */.install(|| b.iter(|| /* bench */))`.
    DaniPopes authored and not-matthias committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    97babdc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Configuration menu
    Copy the full SHA
    4be2e55 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu
    Copy the full SHA
    e476e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19cc9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    420302d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba2272 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e733f8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03757b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9b70bf View commit details
    Browse the repository at this point in the history
  8. Release 4.0.0

    cargo-codspeed@4.0.0
    codspeed@4.0.0
    codspeed-bencher-compat@4.0.0
    codspeed-criterion-compat@4.0.0
    codspeed-criterion-compat-walltime@4.0.0
    codspeed-divan-compat@4.0.0
    codspeed-divan-compat-macros@4.0.0
    codspeed-divan-compat-walltime@4.0.0
    
    Generated by cargo-workspaces
    art049 committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    7159cf8 View commit details
    Browse the repository at this point in the history
Loading