-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# babylon-benchmark | ||
# Babylon Benchmark | ||
|
||
This repository contains tools and scripts for benchmarking and profiling the Babylon blockchain node. | ||
This repository contains tools and scripts for benchmarking, profiling and generating data in the Babylon blockchain node. | ||
|
||
## Getting Started | ||
|
||
|
@@ -9,7 +9,7 @@ snapshot. | |
|
||
### The data generation CLI (dgd) | ||
|
||
Data generation CLI is built from part of Babylon auxiliary programs (vigilante, btc-staker, finality provider) and | ||
Data generation CLI is built partly from the Babylon auxiliary programs (vigilante, btc-staker, finality provider) and | ||
is able to create activated delegations and send finality votes, basically simulating what auxiliary programs are doing. | ||
|
||
It starts a bitcoind, node0 and node1 docker containers, where node0 and node1 are Babylon validator nodes, | ||
|
@@ -46,7 +46,7 @@ Sample log from the dgd: | |
Follow these steps to set up and run the benchmark: | ||
|
||
1. Clone the repository: | ||
``` | ||
```shell | ||
git clone [email protected]:babylonlabs-io/babylon-benchmark.git | ||
cd babylon-benchmark | ||
``` | ||
|