Skip to content

Tool to measure the end user latency of transactions on the Near blockchain

License

Notifications You must be signed in to change notification settings

Near-One/transaction-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction latency benchmark

An application to measure the end user latency of transactions on the Near blockchain.

Supported transactions

Usage

Run locally with cargo or build and run as a docker image:

docker build -t tx-bench .
docker run --rm -it tx-bench

You can also run it without Docker, follow the usual Rust workflow.

CI

The CI checks that the project compiles successfully at every commit. Docker images are pushed to the registry only by tagged builds.

Metrics

Metrics are exposed by default on 0.0.0.0:9000.

Logs

Logs are printed to stdout. Log level can be controlled through the environment variable RUST_LOG.

About

Tool to measure the end user latency of transactions on the Near blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published