mina icon indicating copy to clipboard operation
mina copied to clipboard

Investigate performance issue in `util.ml`

Open rbonichon opened this issue 1 year ago • 1 comments

CI has been reportedly very slow (up to a minute, under load) on some tests related to this line.

  • [ ] reproduce issue
  • [ ] understand and fix the root cause

rbonichon avatar Feb 22 '24 14:02 rbonichon

this might not indicate any kind of performance issue in the ledger, but rather the test is doing a lot of hashing. if we have contention on the same machine from parallel tests or something, we should fix that.

emberian avatar Feb 24 '24 14:02 emberian