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 benchmarks for different components #273

Merged
merged 5 commits into from
Jun 13, 2024
Merged

perf: add benchmarks for different components #273

merged 5 commits into from
Jun 13, 2024

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Jun 11, 2024

This PR adds a few benchmarks in order to track the impact of future changes / refactoring on some parts of the codebase. Namely:

@github-actions github-actions bot added crate: trace_decoder Anything related to the trace_decoder crate. crate: evm_arithmetization Anything related to the evm_arithmetization crate. crate: mpt_trie Anything related to the mpt_trie crate. labels Jun 11, 2024
@@ -106,7 +106,7 @@ global mpt_read_extension_not_found:
// Not found; return 0.
%stack (key_part, future_nibbles, key, node_payload_ptr, retdest) -> (retdest, 0)
JUMP
mpt_read_extension_found:
global mpt_read_extension_found:
Copy link
Collaborator Author

@Nashtare Nashtare Jun 11, 2024

Choose a reason for hiding this comment

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

This and below have been added while debugging the fibonacci test, as we would otherwise have mpt_read_extension_not_found (i.e. the label above) to pop in the logs while we did find the extension, which is extremely confusing.

@Nashtare Nashtare removed the crate: mpt_trie Anything related to the mpt_trie crate. label Jun 11, 2024
@Nashtare Nashtare merged commit 677dc0d into develop Jun 13, 2024
7 checks passed
@Nashtare Nashtare deleted the benchmarks branch June 13, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate. crate: trace_decoder Anything related to the trace_decoder crate.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants