chore(deps): update dependency github:jdx/tak to v0.0.5 - #776
Merged
Conversation
Contributor
|
PR author is in the excluded authors list. |
renovate
Bot
force-pushed
the
renovate/github-jdx-tak-0.x
branch
from
August 4, 2026 13:52
d1c7968 to
986861d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.4→v0.0.5Release Notes
jdx/tak (github:jdx/tak)
v0.0.5: : Trend and outlier fixes for compare reportsCompare Source
A small release with two fixes to how
tak comparerenders its report. Both were review findings from #22 that were pushed to that branch after it had already merged, so they shipped in v0.0.4.Fixed
The trend sparkline now agrees with the table beside it.
gather_trendplotted every record's value whilecomparefolds duplicates to the minimum, so a commit carrying several records for one series — a CI re-run, a retry — contributed several points and a noisy re-run put a spike in the sparkline that the table did not show. Trend assembly now takes the minimum per commit, the same rulecompareuses. It also places the compared revision in chronological order when that SHA already appears in the walked history — for exampletak compare v1.33.0 --rev v1.30.0, which compares against an ancestor — instead of appending its value at the end and drawing a line that reads left-to-right but is not in time order. By @jdx in #23.The added/removed lists now keep tool identity. Two series differing only by tool rendered identically, so a report could say the same benchmark both started and stopped gating while meaning two different programs. Both lists now name a series by bench, tool (omitted for
self), and runner, matching how the table already names it. By @jdx in #23.Full Changelog: jdx/tak@v0.0.4...v0.0.5
Configuration
📅 Schedule: (in timezone America/Chicago)
* * * * 2)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.