Skip to content

Commit 213b82c

Browse files
committed
Add benchmark usage in doc
1 parent ec97521 commit 213b82c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mithril-test-lab/mithril-end-to-end/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ make build
3434
./mithril-end-to-end --db-directory db/ --bin-directory ../../target/release
3535
```
3636

37-
## Build and run the stress tester
37+
## Build and run an aggregator stress test
3838

3939
```bash
4040
# Build
@@ -50,6 +50,16 @@ make build
5050
./load-aggregator -vvv --cardano-cli-path script/mock-cardano-cli --aggregator-dir ../../target/release --num-signers=100 --num-clients=200
5151
```
5252

53+
## Benchmark aggregator performances
54+
55+
```bash
56+
# Build the load aggregator tool
57+
make build
58+
59+
# Run a benchmark for [10, 20, 30 40, 50] signers x [100, 200, 300] clients
60+
MIN_SIGNERS=10 MAX_SIGNERS=50 STEP_SIGNERS=10 MIN_CLIENTS=100 MAX_CLIENTS=300 STEP_CLIENTS=100 ./benchmark-aggregator.sh
61+
```
62+
5363
## Launch a monitor
5464

5565
```bash

0 commit comments

Comments
 (0)