Skip to content

Fix/benchmark support charts#120

Merged
TKorr merged 2 commits intomainfrom
fix/benchmark-support-charts
Apr 27, 2026
Merged

Fix/benchmark support charts#120
TKorr merged 2 commits intomainfrom
fix/benchmark-support-charts

Conversation

@TKorr
Copy link
Copy Markdown
Contributor

@TKorr TKorr commented Apr 27, 2026

Description

Related Issue

Fixes #

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📝 Documentation update
  • 🔧 Refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🧪 Test addition or modification

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual testing

Test environment:

  • OS:
  • Rust version:

Checklist

  • My code follows the project's coding standards
  • I have run cargo fmt and cargo clippy
  • I have added tests for my changes
  • All new and existing tests pass (cargo test)
  • I have updated the documentation as needed
  • I have added an entry to CHANGELOG.md (if applicable)

Screenshots (if applicable)

Additional Notes

TKorr added 2 commits April 27, 2026 16:23
- Added `charts_template.html`, `charts_template.css`, and `charts_template.js` to provide a structured and CSP-compliant interface for displaying benchmark results.
- The new HTML template separates styles and scripts to enhance security and maintainability, ensuring no inline scripts or styles are used.
- Implemented a loading mechanism that adapts based on JavaScript availability, improving user experience for both JS-enabled and disabled environments.
- Updated the documentation to reflect the new charts structure and its integration with the benchmark suite.

These changes enhance the observability of benchmark results and provide a more robust framework for visualizing performance metrics.
- Added new dependencies `base64`, `block-buffer`, `const-oid`, `crypto-common`, `digest`, `hybrid-array`, and `sha2` to improve functionality and security in the benchmark suite.
- Updated `Cargo.toml` to reflect the new dependencies and their purposes, ensuring better integration with the benchmark visualization tools.
- Enhanced documentation in `render_docs` to clarify the architecture and core operations, improving usability for future contributors.

These changes strengthen the benchmark framework and improve the clarity of its documentation, facilitating better understanding and usage of the library.
@TKorr TKorr merged commit ff5f18b into main Apr 27, 2026
17 checks passed
@TKorr TKorr deleted the fix/benchmark-support-charts branch April 27, 2026 19:59
@TKorr TKorr restored the fix/benchmark-support-charts branch April 27, 2026 20:14
@TKorr TKorr deleted the fix/benchmark-support-charts branch April 27, 2026 20:15
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.

1 participant