Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jul 25, 2024
1 parent 936af00 commit aaaafaf
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 @@ -81,10 +81,10 @@ You need to have the `cronosd` in `PATH`.

```bash
$ nix run github:crypto-org-chain/cronos#stateless-testcase gen /tmp/data/out \
--validators 3
--fullnodes 7
--hostname_template "testplan-{index}"
--num_accounts 10
--validators 3 \
--fullnodes 7 \
--hostname_template "testplan-{index}" \
--num_accounts 10 \
--num_txs 1000
```

Expand Down

0 comments on commit aaaafaf

Please sign in to comment.