You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a metric for performance improvements we need a script that builds up load, until it sees that the network can not keep up anymore.
as a result we get:
transactions processed per second.
average block speed.
in addition we get insight on how much the average blockspeed drops in favor of bigger blocks.
test design:
Create and Fund x (x=100) Test accounts. (Unfortunatly we are limited here by web3.js on how many accounts it supports before crashing)
Send n transaction for each x
n becomes larger and larger.
measure performance of the blockchain and append it to a performance result CSV.
extent with scaling up the network so we have different graphs for each network size.
make long running tests so we see the impact of DB size on the Performance.
The text was updated successfully, but these errors were encountered:
SurfingNerd
changed the title
Performance Analyse Script: Plateu finder
Performance Analyse Script: plateau finder
Sep 13, 2022
As a metric for performance improvements we need a script that builds up load, until it sees that the network can not keep up anymore.
as a result we get:
in addition we get insight on how much the average blockspeed drops in favor of bigger blocks.
test design:
Create and Fund x (x=100) Test accounts. (Unfortunatly we are limited here by web3.js on how many accounts it supports before crashing)
Send n transaction for each x
n becomes larger and larger.
measure performance of the blockchain and append it to a performance result CSV.
extent with scaling up the network so we have different graphs for each network size.
make long running tests so we see the impact of DB size on the Performance.
The text was updated successfully, but these errors were encountered: