Skip to main content

write_results_csv

Function write_results_csv 

Source
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 results
  • config - The configuration for writing results, including file handle, metadata, and measurement type