Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove remaining calculator references from scripts and components
Co-authored-by: thomhurst <[email protected]>
  • Loading branch information
Copilot and thomhurst committed Nov 10, 2025
commit c1d1282dcc4ffbca2ec136a6c8d145999c24b9ac
4 changes: 0 additions & 4 deletions .github/scripts/process-benchmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,6 @@ The benchmarks measure real-world testing patterns:

All benchmark source code is available in the [\`tools/speed-comparison\`](https://github.com/thomhurst/TUnit/tree/main/tools/speed-comparison) directory.

### Interactive Comparison

Want to estimate performance for your test suite? Try the [Benchmark Calculator](/docs/benchmarks/calculator) to see potential time savings.

---

:::note Continuous Benchmarking
Expand Down
2 changes: 0 additions & 2 deletions docs/BENCHMARKS_IMPLEMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ import BenchmarkChart from '@site/src/components/BenchmarkChart';

Added new "Benchmarks" section with:
- Main benchmarks page (index)
- Calculator page
- Methodology page

Positioned between "Examples & Use Cases" and "Reference" for optimal discoverability.
Expand Down Expand Up @@ -294,7 +293,6 @@ Visit:
- Visit the deployed site after merge
- Homepage shows real speedup numbers
- Benchmarks page shows all test categories
- Calculator uses real data
- Charts render correctly

**Note:** You can review the PRs if desired, but they will merge automatically without intervention.
Expand Down
3 changes: 0 additions & 3 deletions docs/src/components/BenchmarkHighlight/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ export default function BenchmarkHighlight(): JSX.Element {
<Link to="/docs/benchmarks" className={styles.primaryLink}>
View Detailed Benchmarks →
</Link>
<Link to="/docs/benchmarks/calculator" className={styles.secondaryLink}>
Calculate Your Savings
</Link>
</div>

<div className={styles.benchmarkNote}>
Expand Down