Skip to content

Remove Visual Comparison bar chart from benchmarks page#198

Merged
mrjf merged 2 commits into
mainfrom
copilot/remove-visual-comparison-section
Apr 23, 2026
Merged

Remove Visual Comparison bar chart from benchmarks page#198
mrjf merged 2 commits into
mainfrom
copilot/remove-visual-comparison-section

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

The "Visual Comparison" bar chart on the perf benchmarks page wasn't useful. Removed it; the Detailed Results table is retained.

Changes to playground/benchmarks.html

  • Markup: dropped the Visual Comparison heading, the #bar-chart container, and the now-orphaned color legend.
  • CSS: removed .bar-chart, .bar-row, .bar-label, .bar-container, .bar, .bar.tsb, .bar.pandas, and .legend* rules.
  • Script: removed the maxTime scan and bar-row rendering loop, plus the unused chartHeading / barChart element refs. Detailed table rendering, timestamp, methodology, and about sections are untouched.

Net: 93 lines deleted, no behavior change to the table.

Copilot AI changed the title [WIP] Remove visual comparison section from performance comparison Remove Visual Comparison bar chart from benchmarks page Apr 23, 2026
Copilot finished work on behalf of mrjf April 23, 2026 06:15
Copilot AI requested a review from mrjf April 23, 2026 06:15
@mrjf mrjf marked this pull request as ready for review April 23, 2026 06:16
@mrjf mrjf merged commit a6e5627 into main Apr 23, 2026
17 checks passed
@mrjf mrjf deleted the copilot/remove-visual-comparison-section branch April 23, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the "Visual Comparison" part of the perf comparison is bad

2 participants