Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet performance test #186

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Conversation

Naviabheeman
Copy link
Contributor

@Naviabheeman Naviabheeman commented Mar 15, 2022

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 Naviabheeman force-pushed the WalletPerformanceTest branch from e2371c6 to d171cb7 Compare March 20, 2022 12:26
@Naviabheeman Naviabheeman changed the title [WIP] Wallet performance test Wallet performance test Mar 20, 2022
@Naviabheeman Naviabheeman force-pushed the WalletPerformanceTest branch from 5a4a0c5 to 0f99167 Compare March 21, 2022 17:33
@Naviabheeman Naviabheeman force-pushed the WalletPerformanceTest branch from 0f99167 to 83fc177 Compare March 21, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant