mina
mina copied to clipboard
Investigate performance issue in `util.ml`
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
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.