Skip to content

Commit 731c987

Browse files
author
yihuang
authored
Problem: testground readme typo (#1625)
1 parent fea4dec commit 731c987

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

testground/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ nix run .#stateless-testcase -- gen /tmp/data/out \
3939
--validators 3 \
4040
--fullnodes 0 \
4141
--num-accounts 800 \
42-
--num-txs 400 \
43-
--app-patch '{"mempool.max-txs": -1}' \
44-
--config-patch '{"mempool.size": 100000}' \
42+
--num-txs 20 \
43+
--app-patch '{"mempool": {"max-txs": -1}}' \
44+
--config-patch '{"mempool": {"size": 100000}}' \
4545
--tx-type erc20-transfer \
4646
--genesis-patch '{"consensus": {"params": {"block": {"max_gas": "263000000"}}}}'
4747
```
@@ -65,7 +65,7 @@ $ nix run github:crypto-org-chain/cronos#stateless-testcase patchimage cronos-te
6565
```bash
6666
$ mkdir /tmp/outputs
6767
$ jsonnet -S testground/benchmark/compositions/docker-compose.jsonnet \
68-
--ext-str outputs=/tmp/outputs \
68+
--ext-str outputs=/tmp/colima \
6969
--ext-code nodes=3 \
7070
| docker-compose -f /dev/stdin up --remove-orphans --force-recreate
7171
```

0 commit comments

Comments
 (0)