Thanks to visit codestin.com
Credit goes to github.com

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: v4.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.1.0
Choose a head ref
  • 10 commits
  • 29 files changed
  • 4 contributors

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    d410af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219493a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

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

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    1bd1b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d332b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647f3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c92e06 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. feat: remove uuid crate dependency

    `uuid` pulls in a bunch of WASM dependencies, even when Codspeed is pulled in with `default-features = false`. For some projects, that means vetting a lot of extra code.
    
    This PR replaces the `uuid` dependency and uses `getrandom` to generate an UUIDv4-style string. (I'm not sure if anything depends on things being named with UUIDs; if not, this PR would be even simpler.)
    larseggert authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    550d10f View commit details
    Browse the repository at this point in the history
  2. fix(divan): use busy sleep in time scale examples

    For these times, using `thread::sleep` makes no sense as, at least on
    linux, the scheduler's timer resolution is orders of magnitude larger
    than nanoseconds.
    GuillaumeLagrange committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    e5436a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f528f View commit details
    Browse the repository at this point in the history
Loading