Refresh v5 migration guide performance numbers with a real benchmark run - #159
Merged
stijnvanhulle merged 2 commits intoJul 18, 2026
Merged
Conversation
… run The Performance section carried unsourced numbers with no reproducible script behind them and no memory data. Replace them with a real run of kubb-labs/kubb's scripts/benchmark/v4-vs-v5 harness against the current v4 (4.39.2) and v5 beta (5.0.0-beta.104), covering both time and memory, and embed the SpeedComparison chart. Update the v5 blog post's numbers (6x -> 5x, openai spec grew from 242 to 281 operations) to match. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019xRkYw3bDucJ342j15p9yg
|
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019xRkYw3bDucJ342j15p9yg
github-actions
Bot
deleted the
claude/migration-guide-timing-validation-1dnhvc
branch
July 18, 2026 16:52
3 tasks
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.
🎯 Changes
The migration guide's Performance section (
docs/5.x/migration.md) had speed numbers with no reproducible source, and no memory data at all. Replaces them with the output of a real run of kubb-labs/kubb#3832'sscripts/benchmark/v4-vs-v5harness against the current v4 (4.39.2) and v5 beta (5.0.0-beta.104):<SpeedComparison />chart embedded directly in the guide.Also updates
blog/v5.md, whose "up to 6x faster" headline and OpenAI operation count (242) were stale relative to the new run (now "up to 5x", 281 operations, since the OpenAI spec is fetched live and has grown).✅ Checklist
Generated by Claude Code