[][src]Type Definition frame_benchmarking::BenchmarkResults

type BenchmarkResults = (Vec<(BenchmarkParameter, u32)>, u128, u128);

Results from running benchmarks on a FRAME pallet. Contains duration of the function call in nanoseconds along with the benchmark parameters used for that benchmark result.