tapyrus-core
tapyrus-core copied to clipboard
Wallet performance test
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_
to run the wallet load and dump test: $ ./test/functional/txgenerator/txgenerator.py --loglevel=DEBUG, --nocleanup --tracerpc