Skip to content

Commit 4fa036b

Browse files
committed
Update README and Makefile for aggregator stress test
1 parent b90638f commit 4fa036b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
data/
22
target/
33
mithril-end-to-end
4+
load-aggregator
45
.DS_Store

mithril-test-lab/mithril-end-to-end/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ all: test build
1212
build:
1313
${CARGO} build --release
1414
cp ../../target/release/mithril-end-to-end .
15+
cp ../../target/release/load-aggregator .
1516

1617
test:
1718
${CARGO} test

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,16 @@ make build
3333
# Run
3434
./mithril-end-to-end --db-directory db/ --bin-directory ../../target/release
3535
```
36+
37+
## build and run the stress tester
38+
39+
```bash
40+
# Build
41+
make build
42+
43+
# Help
44+
./load-aggregator --help
45+
46+
# Run with 100 signers
47+
./load-aggregator -vvv --cardano-cli-path script/mock-cardano-cli --aggregator-dir ../../target/release --num-signers=100
48+
```

0 commit comments

Comments
 (0)