Skip to content

fix: include codspeed iteration in --version output#11

Merged
not-matthias merged 2 commits into
masterfrom
cod-2674-properly-compare-codspeed-valgrind-versions-for-the-same
May 26, 2026
Merged

fix: include codspeed iteration in --version output#11
not-matthias merged 2 commits into
masterfrom
cod-2674-properly-compare-codspeed-valgrind-versions-for-the-same

Conversation

@not-matthias
Copy link
Copy Markdown
Member

Derive v_suffix_ver in configure.ac from the top entry of debian/changelog so AC_INIT picks up the codspeedN iteration automatically, and join it with '-' to match the git-tag / deb-version format.

Before: valgrind-3.26.0.codspeed
After: valgrind-3.26.0-codspeed2

Copy link
Copy Markdown

@GuillaumeLagrange GuillaumeLagrange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

olgtm

Comment thread configure.ac
Derive v_suffix_ver in configure.ac from the top entry of
debian/changelog so AC_INIT picks up the codspeedN iteration
automatically, and join it with '-' to match the git-tag /
deb-version format.

Before: valgrind-3.26.0.codspeed
After:  valgrind-3.26.0-codspeed2
@not-matthias not-matthias force-pushed the cod-2674-properly-compare-codspeed-valgrind-versions-for-the-same branch from e43a85b to 5678fd5 Compare May 26, 2026 10:09
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 26, 2026

Merging this PR will not alter performance

✅ 56 untouched benchmarks
⏩ 4 skipped benchmarks1


Comparing cod-2674-properly-compare-codspeed-valgrind-versions-for-the-same (4a64bb2) with master (5561306)

Open in CodSpeed

Footnotes

  1. 4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

The check looked for '.codspeed' but the version separator is now
'-' (e.g. valgrind-3.26.0-codspeed2), so the iteration leaked into
test IDs and broke comparison against historical runs. Match the
plain 'codspeed' substring so both old and new formats normalize
to 'valgrind.codspeed'.
@not-matthias not-matthias merged commit 4a64bb2 into master May 26, 2026
19 of 20 checks passed
@not-matthias not-matthias deleted the cod-2674-properly-compare-codspeed-valgrind-versions-for-the-same branch May 26, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants