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: dccf5f4
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: 2b09043
Choose a head ref
  • 5 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 1, 2026

  1. feat(codspeed): collect Rust toolchain environment at build time

    Capture rustc and cargo version information during compilation via
    build.rs and register it through the instrument-hooks environment API
    at runtime. This enables tracking which toolchain was used to compile
    benchmarks.
    
    - Update instrument-hooks submodule to get set_environment/write_environment API
    - Regenerate FFI bindings for new environment functions
    - Add set_environment/write_environment wrappers to InstrumentHooks
    - Collect rustc (version, host, release, LLVM version) and cargo version
      at build time via env vars, register them during InstrumentHooks init
    - Always initialize InstrumentHooks (even in Valgrind mode) for env collection
    
    Generated with AI Agent (Claude Code)
    GuillaumeLagrange committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    8637676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b331f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    dad7079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1339cb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    2b09043 View commit details
    Browse the repository at this point in the history
Loading