-
Notifications
You must be signed in to change notification settings - Fork 456
Benchmark the framework parameters to suggest its values #3151
Comments
Had tested following constants or genesis configurations and these works well. EPOCH_TIME
BLOCK_TIME
MAX_TRANSACTIONS_PER_BLOCK
REWARDS We are already using different rewards values for different networks, so its obviously having the right impact if changed. |
To benchmark the right min/max range for I suggest to do this after benchmarking of the new transaction processing. |
We should be able to give "healthy" suggestions on the value ranges. |
Limits on values for BLOCK_TIME and MAX_TRANSACTIONS_PER_BLOCK (these values were obtained by trying against a single node (node specs: 1GB Ram, 1CPU core, 25 GB HDD and later confirmed against a network consisting of 50 nodes distributed in 10 different regions) it’s important to note that these values do not represent limits in the SDK but recommended values for the current defaults for other configuration properties and objects configurations used by the SDK and lisk-core.
How the tests were performed?
|
Expected behavior
For all of the exposed parameters by
chain
module suggest the minimum and maximum values. Design the best-fitting benchmarking methods for:Which version(s) does this affect? (Environment, OS, etc...)
1.6.0
The text was updated successfully, but these errors were encountered: