Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Dashboard: dynamic baseline & speed threshold indicators#70

Closed
polykrate wants to merge 1 commit into
FluffyLabs:mainfrom
polykrate:dev
Closed

Dashboard: dynamic baseline & speed threshold indicators#70
polykrate wants to merge 1 commit into
FluffyLabs:mainfrom
polykrate:dev

Conversation

@polykrate

@polykrate polykrate commented May 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Dynamic baseline: Replace hardcoded polkajam baseline with fastest team selection in generate-aggregated-data.js, aligned with davxy/jam-conformance
  • Speed threshold indicators: Add gold (★ Full speed ≤1x) and silver (½ Half speed ≤2x) visual thresholds on Trend chart and Radar view
  • Speed config: Add speed.full and speed.half thresholds to performance.ts
  • UI polish: Style Full/Half speed buttons with matching gold/silver colors
  • Minor: Fix Next.js hydration warning on loading text

Pipeline fixes (retry, strict filtering, history granularity) were already merged in #66.

Changed files (dashboard submodule)

File Change
scripts/generate-aggregated-data.js Dynamic baseline (fastest team) instead of hardcoded polkajam
src/config/performance.ts Add speed.full (1.0) and speed.half (2.0) thresholds
src/components/PerformanceTrend.tsx Gold/silver threshold lines, styled buttons
src/components/STFRadarChart.tsx Gold/silver threshold rings, styled buttons
src/app/page.tsx suppressHydrationWarning fix

Test plan

  • Validate baseline is dynamically set to the fastest team in aggregated-data.json
  • Visual: gold/silver threshold lines appear on Trend chart
  • Visual: gold/silver threshold rings appear on Radar view
  • Full speed / Half speed buttons filter teams correctly

@coderabbitai

coderabbitai Bot commented May 11, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@polykrate has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 55 minutes and 32 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 884a62d0-1611-4f00-953f-d6b4134c3b87

📥 Commits

Reviewing files that changed from the base of the PR and between 033a192 and accc2e0.

📒 Files selected for processing (1)
  • dashboard
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Dashboard submodule updated with:
- Dynamic baseline selection (fastest team) instead of hardcoded polkajam
- Gold/silver threshold lines on Trend chart and rings on Radar
- Speed config (full <=1x, half <=2x) with styled buttons
- Hydration warning fix

Co-authored-by: Cursor <cursoragent@cursor.com>
@polykrate polykrate changed the title Fix deploy pipeline & dashboard: dynamic baseline, speed thresholds Dashboard: dynamic baseline & speed threshold indicators May 11, 2026
@polykrate polykrate closed this May 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant