This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Inconsistent gas spending #10030
Labels
Z1-question 🙋♀️
Issue is a question. Closer should answer.
Milestone
I was studying the behavior of PoA based private network with 5 nodes w.r.t. broadcasting a set of transactions to a single validator vs all 5 validators.
My expectation was if I distribute my transactions to multiple validators then I will get better throughput (TPS) as each validator will now propose blocks full of transactions rather than empty blocks.
As you can notice, if I distribute my transactions to multiple validators (
image 1
), I am getting only 5 transactions per block with gas spending per block reaching block gas limit easily. Whereas the same set of transactions hitting a single validator (image 2
) gives 49 transactions per block with very little gas spending per block.Extra configuration details:
From
genesis.json
,From
.toml
configuration file,And in both the cases, I am firing transactions every 0.5 seconds.
The text was updated successfully, but these errors were encountered: