Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional benchmarks for applying commit message #33

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seemenkina
Copy link
Contributor

No description provided.

- Added `rayon` and `itertools` dependencies to `Cargo.toml` for improved parallel processing and data manipulation.
- Introduced a new benchmark `add_users_benchmark` in `benches/group_flow_benchmark.rs` to measure performance of adding users to a group.
- Removed the previous `add_user_to_group_benchmark` function to streamline benchmarking code.
- Enhanced the `User` struct in `src/user.rs` with a new method `new_key_package` for generating key packages, improving user functionality.
- Simplified benchmark functions by removing parallel processing and complex setup
- Updated benchmark functions to use custom iteration with precise timing
- Removed unused benchmark variants for big groups
- Added a new benchmark for generating invite messages
- Simplified signer and user creation in setup functions
- Improved error handling and result checking in benchmark iterations
@seemenkina seemenkina self-assigned this Jan 28, 2025
@seemenkina seemenkina changed the title Add additional benchamrks for applying commit message Add additional benchmarks for applying commit message Jan 28, 2025
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