File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments