Hi MC team
I want to test my maximun Tx per second , aI have a small node running locally and I would like to make a benchmark test using my favorite json rpc client ( Insonmia ) , The test I want to run is sending assets from an address to other ( in the same node), how must I configure the api call for this can be achieved? For example. How can I configure this to be done multiple calls at the same time?
Example below.
http://127.0.0.1:2654/
{
"id": 0,
"method": "sendasset",
"params": [
"19TAPQMirkQhCfaFf19vLWXS8tqWRXWwYtQPNG",
"dolar",
3.00
]
}