Conversation
- 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.
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.
Description
Related Issue
Fixes #
Type of Change
How Has This Been Tested?
Test environment:
Checklist
cargo fmtandcargo clippycargo test)Screenshots (if applicable)
Additional Notes