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

perf: add concurrency to fee calls #1368

Merged
merged 3 commits into from
Dec 21, 2023
Merged

perf: add concurrency to fee calls #1368

merged 3 commits into from
Dec 21, 2023

Conversation

TarikGul
Copy link
Member

This adds concurrency to the extrinsic calls, with a task queue of 4 calls running concurrently.

Given the previous regression this was able to bring the request time from 70s to 26s.

Along with #1367, requests are now down to 3s or less.

@TarikGul TarikGul requested a review from a team as a code owner December 21, 2023 18:09
Copy link
Collaborator

@marshacb marshacb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@TarikGul TarikGul merged commit 0980d1e into master Dec 21, 2023
15 checks passed
@TarikGul TarikGul deleted the tarik-concurrent-ext branch December 21, 2023 18:40
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.

3 participants