Skip to content

Commit 153c665

Browse files
committed
docs: simplify loadtest mode generation instructions
1 parent c85e070 commit 153c665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ When adding a new command:
9696
2. Add the command to `cmd/root.go` in the `NewPolycliCommand()` function
9797
3. Create a usage documentation file (e.g., `yourCommandUsage.md`)
9898
4. Run `make gen-doc` to update the main documentation
99-
5. If adding a new loadtest mode, run `make gen-load-test-modes` after using stringer
99+
5. If adding a new loadtest mode, run `make gen-load-test-modes`
100100

101101
## CI/CD Considerations
102102

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ websocat ws://34.208.176.205:9944
203203
{"jsonrpc":"2.0", "id": 1, "method": "chain_subscribeNewHead", "params": []}
204204
```
205205

206-
If you add a new loadtest mode, don't forget to update the loadtest mode string by running the following command: `cd cmd/loadtest && stringer -type=loadTestMode`. You can install [stringer](https://pkg.go.dev/golang.org/x/tools/cmd/stringer) with `go install golang.org/x/tools/cmd/stringer@v0.37.0`.
206+
If you add a new loadtest mode, don't forget to update the loadtest mode string by running `make gen-load-test-modes`.

0 commit comments

Comments
 (0)