Browse Source

Generate-weights: Uncommnet benchmark lines for pallet_utility & pallet_session

iorveth 4 years ago
parent
commit
220bd0eaa3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/generate-weights.sh

+ 2 - 2
scripts/generate-weights.sh

@@ -34,8 +34,8 @@ benchmark() {
 # So uncomment this when we move to a version that contains that PR.
 # See issue: #1979
 # benchmark frame_system
-# benchmark pallet_utility
-# benchmark pallet_session
+benchmark pallet_utility
+benchmark pallet_session
 # benchmark pallet_timestamp
 
 # This benchmark takes too long with 50 steps and 20 repeats in a normal laptop.