Skip to content

Commit

Permalink
Problem: testground readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 8, 2024
1 parent f10363c commit 347de69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ nix run .#stateless-testcase -- gen /tmp/data/out \
--validators 3 \
--fullnodes 0 \
--num-accounts 800 \
--num-txs 400 \
--app-patch '{"mempool.max-txs": -1}' \
--config-patch '{"mempool.size": 100000}' \
--num-txs 20 \
--app-patch '{"mempool": {"max-txs": -1}}' \
--config-patch '{"mempool": {"size": 100000}}' \
--tx-type erc20-transfer \
--genesis-patch '{"consensus": {"params": {"block": {"max_gas": "263000000"}}}}'
```
Expand All @@ -65,7 +65,7 @@ $ nix run github:crypto-org-chain/cronos#stateless-testcase patchimage cronos-te
```bash
$ mkdir /tmp/outputs
$ jsonnet -S testground/benchmark/compositions/docker-compose.jsonnet \
--ext-str outputs=/tmp/outputs \
--ext-str outputs=/tmp/colima \
--ext-code nodes=3 \
| docker-compose -f /dev/stdin up --remove-orphans --force-recreate
```
Expand Down

0 comments on commit 347de69

Please sign in to comment.