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.
add integration test for the get_collections when missing certificates (
#228) feat: introduces an integration test for get_collections Introducing an end to end test for the get_collections gRPC endpoint when we are missing some certificates.
- Loading branch information
Showing
1 changed file
with
224 additions
and
9 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
064c55b
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: 19 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: 2
Consensus TPS: 22,495 tx/s
Consensus BPS: 11,517,351 B/s
Consensus latency: 996 ms
End-to-end TPS: 22,337 tx/s
End-to-end BPS: 11,436,339 B/s
End-to-end latency: 1,471 ms
PR to merge 064c55b ->