Skip to content

Commit 3113325

Browse files
authored
docs(reth-bench): fix incorrect authrpc.jwtsecret flag (#20249)
1 parent a6b9472 commit 3113325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/reth-bench/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUSTFLAGS="-C target-cpu=native" cargo build --profile profiling --no-default-fe
8080
### Run the Benchmark:
8181
First, start the reth node. Here is an example that runs `reth` compiled with the `profiling` profile, runs `samply`, and configures `reth` to run with metrics enabled:
8282
```bash
83-
samply record -p 3001 target/profiling/reth node --metrics localhost:9001 --authrpc.jwt-secret <jwt_file_path>
83+
samply record -p 3001 target/profiling/reth node --metrics localhost:9001 --authrpc.jwtsecret <jwt_file_path>
8484
```
8585

8686
```bash

0 commit comments

Comments
 (0)