Function log_benchmark_data

Source
pub fn log_benchmark_data(benchmark_name: &str, unit: &str, value: f64)
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.