chore(release): land 0.17.3 benchmark on 0.17.x#578
Conversation
Greptile SummaryThis PR lands the
Confidence Score: 5/5Safe to merge; adds a single generated JSON snapshot with no logic or runtime code changes. The change is a single machine-generated data file. Metadata matches the claimed release (package 0.17.3, Bun 1.3.14, Linux x64, git SHA 94c27ef). All statistical summaries were verified against their raw samples and are correct. Comparable benchmark values show no unacceptable regressions versus 0.17.2. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Tag push: v0.17.3] --> B[Publish workflow triggered]
B --> C{Benchmark gate}
C -- reads --> D[benchmarks/release/bench-0.17.3.json\nnew file from this PR]
D --> E{Compare against\nbench-0.17.2.json}
E -- within threshold --> F[Gate passes]
F --> G[npm publish 0.17.3]
E -- regression detected --> H[Gate fails / publish blocked]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[Tag push: v0.17.3] --> B[Publish workflow triggered]
B --> C{Benchmark gate}
C -- reads --> D[benchmarks/release/bench-0.17.3.json\nnew file from this PR]
D --> E{Compare against\nbench-0.17.2.json}
E -- within threshold --> F[Gate passes]
F --> G[npm publish 0.17.3]
E -- regression detected --> H[Gate fails / publish blocked]
Reviews (1): Last reviewed commit: "chore(release): add 0.17.3 benchmark sna..." | Re-trigger Greptile |
Summary
0.17.3release benchmark snapshot directly to0.17.xso the tag-triggered publish workflow can run its benchmark gate.94c27efwith the release-pinned Bun 1.3.14 runtime on Linux x64.0.17.2with no unaccepted material regressions.Verification
bun run bench:release:compare -- --version 0.17.3 --out /tmp/hunk-0.17.3-benchmark-comparison.jsonbunx oxfmt --check benchmarks/release/bench-0.17.3.jsongit diff --check origin/0.17.x...HEAD0.17.3, Bun1.3.14, Linux x64, and git SHA94c27efThis PR description was generated by Pi using OpenAI GPT-5.3