Function log_benchmark_data_with_group

Source
pub fn log_benchmark_data_with_group(
    benchmark_name: &str,
    unit: &str,
    value: f64,
    plot_group: &str,
)
Expand description

Log benchmark data to stdout, so it can be captured by the benchmarking framework hermit-bench.

  • benchmark_name - The name under which the benchmark will be stored.
  • unit - The unit of the benchmark value.
  • value - The benchmark value.
  • plot_group - The plot group in which the benchmark will be plotted.