forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: Use sui read/write keypair logic in narwhal (MystenLabs#7278)
MystenLabs#5195 (Reopened since the benchmark are still using narwhal commands) Test using `fab local` (all changes are mirrored in full_demo/remote/local) @arun-koshy lmk if there is any CI I should run to ensure correctness. ``` fab local Starting local benchmark Setting up testbed... About to run ['cargo', 'build', '--quiet', '--release', '--features', 'benchmark']... Running benchmark (60 sec)... Parsing logs... WARN: Clients missed their target rate 288 time(s) ----------------------------------------- SUMMARY: ----------------------------------------- + CONFIG: Faults: 0 node(s) Committee size: 4 node(s) Worker(s) per node: 1 worker(s) Collocate primary and workers: True Input rate: 50,000 tx/s Transaction size: 512 B Execution time: 57 s Header number of batches threshold: 32 digests Header maximum number of batches: 1,000 digests Max header delay: 2,000 ms GC depth: 50 round(s) Sync retry delay: 10,000 ms Sync retry nodes: 3 node(s) batch size: 500,000 B Max batch delay: 200 ms Max concurrent requests: 500,000 + RESULTS: Batch creation avg latency: 74 ms Header creation avg latency: 2,168 ms Batch to header avg latency: 1,392 ms Header to certificate avg latency: 8 ms Request vote outbound avg latency: 4 ms Certificate commit avg latency: 2,930 ms Consensus TPS: 46,317 tx/s Consensus BPS: 23,714,522 B/s Consensus latency: 3,037 ms End-to-end TPS: 45,509 tx/s End-to-end BPS: 23,300,412 B/s End-to-end latency: 4,483 ms ----------------------------------------- ```
- Loading branch information
Showing
9 changed files
with
100 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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