-
Notifications
You must be signed in to change notification settings - Fork 73
fix(new-execution): replace segmentation strategy with segmentation limits #1901
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(new-execution): replace segmentation strategy with segmentation limits #1901
Conversation
1ccf98f to
bb76cc8
Compare
This comment has been minimized.
This comment has been minimized.
CodSpeed WallTime Performance ReportMerging #1901 will degrade performances by 11.17%Comparing
|
| Benchmark | BASE |
HEAD |
Change | |
|---|---|---|---|---|
| ⚡ | benchmark_execute[bubblesort] |
39.3 ms | 34.1 ms | +15.4% |
| ⚡ | benchmark_execute[factorial_iterative_u256] |
171.9 ms | 155.1 ms | +10.8% |
| ❌ | benchmark_execute[fibonacci_recursive] |
67.3 ms | 75.8 ms | -11.17% |
This comment has been minimized.
This comment has been minimized.
jonathanpwang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Commit: 926dea4 |
Resolves INT-4316