Skip to content

Perf/lazy loading startup#71

Open
shruthikha wants to merge 3 commits into
niklasmarderx:mainfrom
shruthikha:perf/lazy-loading-startup
Open

Perf/lazy loading startup#71
shruthikha wants to merge 3 commits into
niklasmarderx:mainfrom
shruthikha:perf/lazy-loading-startup

Conversation

@shruthikha
Copy link
Copy Markdown

This PR removes a duplicate import of join_all inside the Bench command.

The function was already imported at the top of the file, so the additional import inside the function was redundant. Removing it improves code cleanliness and avoids potential clippy warnings.

No functional changes.

Refactor benchmarking to use join_all for concurrent execution.
Removed unused import of join_all from futures.
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