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

mempool-bench: move more pre-calculation into withResource #1227

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

nfrisby
Copy link
Contributor

@nfrisby nfrisby commented Aug 25, 2024

PR #1175 makes a change that alters the cost of the size of the pre-generated txs. This PR pre-emptively removes that cost from the benchmarked section of code.

PR #1175 makes a change
that alters the cost of the size of the pre-generated txs. This PR
pre-emptively removes that cost from the benchmarked section of code.
Copy link
Contributor

@jasagredo jasagredo left a comment

Choose a reason for hiding this comment

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

Changes in benchmarks and tests do not need a corresponding changelog entry

Copy link
Member

@amesgen amesgen left a comment

Choose a reason for hiding this comment

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

I think this will be superseded by #1102 (#1095 (comment)) by moving the entire mempool construction out of the measurement, but I see no reason not to merge this PR now.

@nfrisby nfrisby force-pushed the nfrisby/mempool-bench-refine-prep branch from 238f4df to 671001c Compare August 26, 2024 13:06
@nfrisby nfrisby enabled auto-merge August 26, 2024 13:08
@nfrisby nfrisby added this pull request to the merge queue Aug 26, 2024
Merged via the queue into main with commit c36cd64 Aug 26, 2024
18 of 25 checks passed
@nfrisby nfrisby deleted the nfrisby/mempool-bench-refine-prep branch August 26, 2024 14:05
@amesgen amesgen mentioned this pull request Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants