pub fn write_results_csv(
rx: UnboundedReceiver<ReplyBatch>,
config: WriteConfig<'_>,
)Expand description
Writes the results to a file (and optionally to the command-line)
ยงArguments
rx- The receiver channel that receives the resultsconfig- The configuration for writing results, including file handle, metadata, and measurement type