From f3efa6769879ffed17faa6a1e07f5b9907c52c4b Mon Sep 17 00:00:00 2001 From: pgherveou Date: Wed, 7 Jun 2023 13:02:57 +0200 Subject: [PATCH] fix comment --- frame/contracts/src/benchmarking/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::>();