Module target_parser

Module target_parser 

Source
Expand description

Target file parsing for multi-target bench testing

Supports two formats:

  1. Simple text file: one target URL/IP/hostname per line
  2. JSON format: array of target objects with optional per-target configuration

Structs§

TargetConfig
Configuration for a single target

Functions§

parse_targets_file
Parse a targets file and return a vector of TargetConfig