Expand description
Target file parsing for multi-target bench testing
Supports two formats:
- Simple text file: one target URL/IP/hostname per line
- JSON format: array of target objects with optional per-target configuration
Structs§
- Target
Config - Configuration for a single target
Functions§
- parse_
targets_ file - Parse a targets file and return a vector of TargetConfig