Remove benchmark calculator references from documentation #3741
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.
Please check the following before creating a Pull Request
Description
Note: This PR has been rebased onto main. The benchmark calculator removal work was completed and merged in PR #3742. This PR is now redundant and can be closed.
Removes all references to a benchmark calculator feature that was documented but never implemented. The calculator component files never existed—only documentation and UI references remained, creating broken links.
Changes
Documentation cleanup:
docs/BENCHMARKS_IMPLEMENTATION.md- Removed BenchmarkCalculator component specification, usage examples, and file structure references (35 lines)docs/docs/benchmarks/index.md- Removed broken calculator link from Interactive Comparison section.github/scripts/process-benchmarks.js- Updated documentation generation template to exclude calculator referencesUI component:
docs/src/components/BenchmarkHighlight/index.tsx- Removed "Calculate Your Savings" button linking to non-existent pageRebase:
Verification
Repository-wide search confirms no active calculator references remain. Only unrelated example code (e.g.,
Calculator.Add()in test tutorials) uses the term "calculator". Documentation builds successfully.This pull request was created as a result of the following prompt from Copilot chat.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.