docs(wiki): add Benchmarks page for isolated microbenchmarks (follow-up to #213)#334
Draft
HanSur94 wants to merge 3 commits into
Draft
docs(wiki): add Benchmarks page for isolated microbenchmarks (follow-up to #213)#334HanSur94 wants to merge 3 commits into
HanSur94 wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WA7dxkSNrYGFRJYJfV7XVq
Build MEX (Linux) failed pulling gnuoctave/octave:11.1.0 (registry timeout, three retries) — infra flake unrelated to the docs-only diff. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WA7dxkSNrYGFRJYJfV7XVq
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.
Summary\n\n- Creates
wiki/Benchmarks.mddocumenting the five new isolated microbenchmarks added in #213\n- Updateswiki/_Sidebar.mdto link to the new page under Internals\n\n## What's documented\n\nThe new page covers:\n- How to run each benchmark (MATLAB + headless shell)\n- The machine-independent scaling gate strategy (log-log exponent fitting)\n- A reference section for each benchmark: what it tests, its gate value, and baseline numbers from MATLAB R2025b\n- A coverage map table summarising all hot-path kernels and their current status\n\nwiki/Performance.mdis auto-generated (scripts/generate_wiki.py) and was not modified. The newBenchmarks.mdpage is intentionally a manually-maintained reference.\n\n## Test plan\n\n- [ ] Wiki renders correctly (links, tables, code blocks)\n- [ ] Sidebar link[[Benchmarks]]resolves to the new page\n- [ ] All benchmark names, gate values, and file paths match the merged code in #213\n\n🤖 Generated with Claude Code"Generated by Claude Code