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-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: CodSpeedHQ/codspeed-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 8 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 30, 2025

  1. feat: add support for setting a custom benchmark name

    Signed-off-by: Guillaume Lagrange <guillaume@glagrange.eu>
    not-matthias authored and GuillaumeLagrange committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    cf778ec View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    0b05454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8718448 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. fix(core): fix walltime stats computation to handle total round time …

    …as an input
    
    The computation is now in line with that codspeed-rust does, the
    interface is ready for other frameworks that may different iterations
    count from one round to another.
    GuillaumeLagrange committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    3bd55d0 View commit details
    Browse the repository at this point in the history
  2. feat(google_benchmark): increase default codspeed walltime repetitions

    This allows codspeed to have more rounds and improves default
    statistics, which would just be computed as 1 single element in the
    boxplot since we only have access to round times.
    GuillaumeLagrange committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    6ecade8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccded65 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

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

Commits on Nov 7, 2025

  1. chore: Release v1.4.1

    adriencaccia committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    20ab8dc View commit details
    Browse the repository at this point in the history
Loading