mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-24 23:25:55 +03:00
[PR #738] [MERGED] fix(bench): parse low-sample benchstat output in benchmark comments #751
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#751
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/738
Author: @rudrankriyam
Created: 2/23/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @rudrankriyam
Base:
main← Head:fix/benchmark-results-parse📝 Commits (4)
0ed24c3fix(bench): parse benchstat output with low-sample formattinge909b66fix(bench): render benchmark deltas with direction wordingc080b0dRemove unused change property from bench results03d81f4Merge pull request #745 from rudrankriyam/cursor/result-object-change-property-7957📊 Changes
1 file changed (+52 additions, -17 deletions)
View changed files
📝
scripts/bench-comment.js(+52 -17)📄 Description
Summary
±∞/footnoted confidence output when sample count is lowsec/opsections and skipB/op+allocs/oprows to avoid duplicate benchmark entriesTest plan
mkdir -p .perf && bash scripts/bench-ci.sh .perf/base.txt 1bash scripts/bench-ci.sh .perf/pr.txt 1PATH="$(go env GOPATH)/bin:$PATH" node scripts/bench-comment.js .perf/base.txt .perf/pr.txt .perf/comment.md.perf/comment.mdcontains parsed benchmark table instead of "No benchmark results could be parsed"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.