Skip to content

Commit

Permalink
test: fix benchmark url calls for pallets keys (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Mar 8, 2023
1 parent 5c4449c commit e4e4cac
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.

local palletsPalletIdStorageStorageId = {
'Staking/storage/bonded?key1=16CxQy9MGAUa4ubbQ6dcc3BWzKK9LuNN7AaZxtQJ5Q4vefbo&at=11988000',
'Staking/storage/bonded?key1=16CxQy9MGAUa4ubbQ6dcc3BWzKK9LuNN7AaZxtQJ5Q4vefbo&at=11800000',
'Staking/storage/bonded?keys[]=16CxQy9MGAUa4ubbQ6dcc3BWzKK9LuNN7AaZxtQJ5Q4vefbo&at=11988000',
'Staking/storage/bonded?keys[]=16CxQy9MGAUa4ubbQ6dcc3BWzKK9LuNN7AaZxtQJ5Q4vefbo&at=11800000',
'Staking/storage/MaxValidatorsCount?at=11988000',
'Staking/storage/MaxValidatorsCount?at=11800000',
'Staking/storage/BondedEras?at=11988000',
'Staking/storage/BondedEras?at=11800000',
'Balances/storage/TotalIssuance?at=11988000',
'Balances/storage/TotalIssuance?at=11800000',
'Balances/storage/Locks?key1=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11988000',
'Balances/storage/Locks?key1=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11800000',
'System/storage/Account?key1=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11988000',
'System/storage/Account?key1=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11800000',
'Balances/storage/Locks?keys[]=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11988000',
'Balances/storage/Locks?keys[]=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11800000',
'System/storage/Account?keys[]=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11988000',
'System/storage/Account?keys[]=16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD&at=11800000',
'System/storage/ParentHash',
'System/storage/ParentHash',
'Democracy/storage/LastTabledWasExternal?at=11988000',
Expand Down

0 comments on commit e4e4cac

Please sign in to comment.