tapyrus-core icon indicating copy to clipboard operation
tapyrus-core copied to clipboard

Wallet performance test

Open Naviabheeman opened this issue 2 years ago • 0 comments

This PR contains the performance test of tapyrus wallet using a wallet with 20000utxo and its blockchain

To run: to generate a large wallet run the transaction generator like other functional test: $ ./test/functional/txgenerator/txgenerator.py --loglevel=DEBUG, --nocleanup --tracerpc --maxUtxoCount=20000 it creates two outputs: node0.zip and wallet_ containing the blockchain and wallet dump. RPC time trace is stored in the same directory as test_framework.log i.e /rpc_trace

to run the wallet load and dump test:  $ ./test/functional/txgenerator/txgenerator.py --loglevel=DEBUG, --nocleanup --tracerpc

Naviabheeman avatar Mar 15 '22 01:03 Naviabheeman