diff --git a/frame/contracts/src/benchmarking/mod.rs b/frame/contracts/src/benchmarking/mod.rs index b98c05f2503c2..85a5df6eed9ab 100644 --- a/frame/contracts/src/benchmarking/mod.rs +++ b/frame/contracts/src/benchmarking/mod.rs @@ -277,7 +277,7 @@ benchmarks! { assert_eq!(StorageVersion::get::>(), 2); } - // This benchmarks the weight of executing Migration::migrate when there are no migration in progress. + // This benchmarks the weight of executing 1 `NoopMigraton` #[pov_mode = Measured] migrate { StorageVersion::new(0).put::>();