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

fix broken delay aggregation for alpha > 1 #17

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

cortze
Copy link
Owner

@cortze cortze commented Aug 9, 2023

Motivation

Now that there is so much attention on the number of lookups that a single block builder could have to do, we want to test how much delay would it add to perform 262k lookups.

Description

The current implementation doesn't take into account whether alpha is > 1 when aggregating the delay of each interaction of the lookup. This PR fixes that (even for the unsuccessful attempts)

Tasks

  • Aggregate correctly delays when performing parallel lookups with alpha > 1
  • test it

Proof of Success

New test case passes

@cortze cortze merged commit 5b5e779 into main Aug 9, 2023
6 checks passed
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