Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
20 lines
357 B
Markdown
20 lines
357 B
Markdown
---
|
|
order: 1
|
|
parent:
|
|
title: Tools
|
|
order: 5
|
|
---
|
|
|
|
# Overview
|
|
|
|
CometBFT has some tools that are associated with it for:
|
|
|
|
- [Debugging](./debugging.md)
|
|
- [Benchmarking](#benchmarking)
|
|
|
|
## Benchmarking
|
|
|
|
- <https://github.com/informalsystems/tm-load-test>
|
|
|
|
`tm-load-test` is a distributed load testing tool (and framework) for load
|
|
testing CometBFT networks.
|