Created
September 27, 2018 12:23
-
-
Save djrtwo/663a031c984ef4796a9aff2ba68d03e5 to your computer and use it in GitHub Desktop.
Block benchmarks in python beacon chain v2.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
num_attestations | validators_per_attestation | total_validators | total_deposits | block_process_seconds | crystallized_state_bytes | active_state_bytes | block_bytes | |
---|---|---|---|---|---|---|---|---|
2 | 244 | 31250 | 1000000 | 0.1017 | 4056416 | 4494 | 562 | |
16 | 305 | 312500 | 10000000 | 1.0099 | 40074336 | 7324 | 3392 | |
16 | 3051 | 3125000 | 100000000 | 10.1837 | 400074336 | 12812 | 8880 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment