Add performance results dashboard subproject#4277
Merged
Conversation
Adds a Java tool that parses JMH JSON result files from performance-results/ and generates an interactive HTML dashboard with Chart.js charts, deployed via the existing GitHub Pages workflow. Co-Authored-By: Claude Opus 4.6 <[email protected]>
…flow Output now goes to performance-results-page/build/site/ instead of pages/. The GitHub Actions workflow runs the Gradle task with JDK 21 before deploying. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Contributor
Test Results 335 files ±0 335 suites ±0 5m 6s ⏱️ -3s Results for commit 5cb39d7. ± Comparison against base commit a0449b5. This pull request removes 175 and adds 151 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
…ies charts - Add date range filter bar with preset buttons (30d, 90d, 6mo, all time) - Turn nav into a class filter that shows/hides sections - Give each benchmark series (method+mode+params) its own chart - Tables update dynamically with the date filter Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
performance-results-pagesubproject that parses JMH JSON result files fromperformance-results/and generates an interactive HTML dashboard with Chart.js chartsstatic.yml) to run the Gradle task with JDK 21 and deploy the generated output instead of a staticpages/directoryTest plan
./gradlew :performance-results-page:generatePerformancePagecompletes successfullyindex.htmlrenders correctly in a browser with interactive charts🤖 Generated with Claude Code