daml/ledger/ledger-api-bench-tool/README.md
Kamil Bożek 3b59f8ce87
ledger-api-bench-tool - prototype [DPP-370] (#9606)
* Simple scaffolding for the ledger-api-bench-tool

* Added README

* Added resource management and the LedgerIdentityService

* Changed the default log level to DEBUG

* Added the TransactionService

* Added stream configuration options

* Options for ledger configuration

* Minor improvements

* Refactored packages

* Minor improvement

* CHANGELOG_BEGIN
- [Integration Kit] - Created the ledger-api-bench-tool prototype for benchmarking ledger transaction streaming capabilities
CHANGELOG_END

* Unified endpoint argument with the ledger-api-test-tool + other minor fixes

* Logger as an argument to LogOnlyObserver
2021-05-11 10:19:57 +02:00

8 lines
329 B
Markdown

# ledger-api-bench-tool
The `ledger-api-bench-tool` is a tool for measuring performance of a ledger.
It allows to run multiple concurrent streams reading transactions from a ledger and provides performance statistics
for such streams.
Please note that the `ledger-api-bench-tool` does not provide a load source for the ledger.