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

CCIP-2694 : lane specific load Frequency #1149

Merged
merged 21 commits into from
Jul 9, 2024

Conversation

AnieeG
Copy link
Contributor

@AnieeG AnieeG commented Jul 5, 2024

Motivation

The load frequency is set as a global frequency for all lanes under test. We need to specify destination specific load frequency so that frequency for slow-destination network lanes can be set differently than frequency of fast-destination network lanes.

Solution

@AnieeG AnieeG requested review from jasonmci and a team as code owners July 5, 2024 20:09
totalDuration := duration.Duration()
repeatTimes := totalDuration.Seconds() / segmentDuration.Seconds()
return wasp.CombineAndRepeat(int(math.Round(repeatTimes)), segments)
} else {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: don't need this else after the return

@AnieeG AnieeG merged commit 93ce593 into ccip-develop Jul 9, 2024
77 checks passed
@AnieeG AnieeG deleted the ccip-2694-lane-specific-load branch July 9, 2024 19:13
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