-
Notifications
You must be signed in to change notification settings - Fork 23
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
Investigate mempool snapshotting regression in 8.2.1-8.5.0 #465
Comments
Plan:
|
Currently blocked on Build log
|
These results come from using a There is a clear regression in 8.5.0 over 8.2.1. However, this seems to be fixed in 8.6.0. Mutator timeGC timeMonotonic timeNon observable in time profilingIt is worth noting that for unknown reasons, this difference in time does not reflect on the haskell time profiling: Perhaps it is a bit small to see, but it says ❯ paste output-8.2.1.txt output-8.5.0.txt | awk '{sum+=$12-$5}END{print sum}'
6.12055 |
Due to the regression being resolved in 8.6.0, we close this issue once #480 is merged. |
I'll re-open this since the system-level benchmarks showed no improvement in version 8.6.0 |
Currently waiting on IntersectMBO/cardano-ledger#4223 |
Following from #461, this issue reflects the investigation on the second regression found.
The text was updated successfully, but these errors were encountered: