I am trying to create a load testing script for a simple evm with jsonrpc. I have a different type of methods in my mind. First one is that i will send lets say 1000 requests(write transactions) to the server and wait for the responses and calculate total time then i can find a successful responses/seconds data. Second one is that i can send these request with a delay such as 100ms then during the process i can measure the successful responses/time lets say in every 250ms. In my opinion, real life request will not be sent so fast without a delay but in order to understand the edges of the server requests must be sent as soon as possible. So what is the correct approach to simulate and calculate a load testing result ?
Asked
Active
Viewed 20 times