Skip to content
Snippets Groups Projects
Commit 18773590 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

better benchmark log (#12016)

* better benchmark log

* Update lib.rs
parent db2d66e5
No related merge requests found
......@@ -1054,7 +1054,9 @@ macro_rules! impl_benchmark {
// Time the extrinsic logic.
$crate::log::trace!(
target: "benchmark",
"Start Benchmark: {:?}", c
"Start Benchmark: {} ({:?})",
extrinsic,
c
);
let start_pov = $crate::benchmarking::proof_size();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment