massa icon indicating copy to clipboard operation
massa copied to clipboard

Identify performance bottlenecks in testnet 14

Open damip opened this issue 3 years ago • 2 comments

Locate performance bottlenecks in testnet 14.

  • [x] evaluate the performance of signature verification: https://github.com/massalabs/massa/issues/3071
  • [x] many storage manipulations in Execution https://github.com/massalabs/massa/issues/3069
  • [ ] peer exchange performance in Network https://github.com/massalabs/massa/issues/3070

damip avatar Sep 22 '22 10:09 damip

perf.txt

That's an old one (has secp256k1 stuff).

Here is the new one: perf.txt

damip avatar Sep 23 '22 09:09 damip

Perf for 2 minutes under 1000 txps load (ops sent by another server), compiled with cargo build --release: https://we.tl/t-fQI5O7jQB1

  • sudo apt install hotspot
  • unzip file
  • open file with hotspot

damip avatar Sep 25 '22 13:09 damip