File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
mithril-test-lab/mithril-end-to-end Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
data /
2
2
target /
3
3
mithril-end-to-end
4
+ load-aggregator
4
5
.DS_Store
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ all: test build
12
12
build :
13
13
${CARGO} build --release
14
14
cp ../../target/release/mithril-end-to-end .
15
+ cp ../../target/release/load-aggregator .
15
16
16
17
test :
17
18
${CARGO} test
Original file line number Diff line number Diff line change @@ -33,3 +33,16 @@ make build
33
33
# Run
34
34
./mithril-end-to-end --db-directory db/ --bin-directory ../../target/release
35
35
```
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
+ ```
You can’t perform that action at this time.
0 commit comments