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

Skip redundant cost limit update in banking-bench #4079

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

ryoqun
Copy link
Member

@ryoqun ryoqun commented Dec 12, 2024

Problem

as cost limit inheriting was sneaked in #2733 by me, banking-bench is currently needlessly setting the bank cost limits to max repeatedly inside the loop.

the bench is doing it already before the loop and it's enough by now.

Summary of Changes

Remove the redundant setting in banking-stage.

extracted from #3946, see the pr for the general overview.

@ryoqun ryoqun requested a review from apfitzge December 12, 2024 14:32
Copy link

@apfitzge apfitzge left a comment

Choose a reason for hiding this comment

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

A purely red PR gets the greenlight from me

@ryoqun ryoqun merged commit bd46d7f into anza-xyz:master Dec 12, 2024
40 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.

2 participants