-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add benchmark for network with 4 peers #1952
Labels
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Comments
This was referenced Mar 4, 2022
s8sato
added a commit
that referenced
this issue
Apr 7, 2022
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 2, 2022
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 4, 2022
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 13, 2022
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal
Establish a standard for optimizations about TPS
How to
cargo bench
test_network
crateWhat to be measured
TPS := (txs/block)/(block/sec)
iroha_telemetry::metrics::Metrics
has the sourceIssue
Generate a series of transactions with some diversity and reproduce it
Related issues
The text was updated successfully, but these errors were encountered: