This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): downagrade anyhow to 1.0.59 (#722)
See dtolnay/anyhow#250 The `backtrace` feature is unified against the various anyhow versions we use.
- Loading branch information
1 parent
53b6549
commit e838831
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.60" | ||
anyhow = "1.0.59" | ||
arc-swap = { version = "1.5.1", features = ["serde"] } | ||
async-trait = "0.1.57" | ||
bincode = "1.3.3" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.60" | ||
anyhow = "1.0.59" | ||
async-trait = "0.1.57" | ||
bincode = "1.3.3" | ||
blake2 = "0.9" | ||
|
e838831
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bench results
SUMMARY:
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: 20 s
Header size: 1,000 B
Max header delay: 200 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
Consensus TPS: 32,313 tx/s
Consensus BPS: 16,544,353 B/s
Consensus latency: 1,671 ms
End-to-end TPS: 32,170 tx/s
End-to-end BPS: 16,471,243 B/s
End-to-end latency: 2,084 ms
PR to merge e838831 ->