Expand description
Common helpers for reth-bench commands.
Functionsยง
- load_
jwt_ ๐secret - Load JWT secret from either a file or use the provided string directly.
- parse_
duration ๐ - Parses a duration string, treating bare integers as milliseconds.
- parse_
gas_ ๐limit - Parses a gas limit value with optional suffix: K for thousand, M for million, G for billion.
- read_
input ๐ - Read input from either a file path or stdin.