Skip to content

sui_v0.34.0_1682619730_ci

@666lcz 666lcz tagged this 27 Apr 17:55
## Description 

Load testing shows that there's some perf regression in
`multi_get_transaction_blocks` after
https://github.com/MystenLabs/sui/pull/10913 because some of the
blocking queries such as computing object/balance changes are not
wrapped in spawn_async. This also impacts the perf for
`query_transaction_blocks` which also uses
`multi_get_transaction_blocks` under the hood.

## Next steps
Audit rest of the codebase and make sure all blocking calls are wrapped
in spawn_async

## Test Plan 

Tested against loadgen client and observed that performance regression
is gone

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
Assets 2
Loading