From e4e4cacf962c8f230e69fd73f949a2fa78631b7d Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:52:17 -0500 Subject: [PATCH] test: fix benchmark url calls for pallets keys (#1240) --- .../palletsPalletIdStorageStorageId.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/benchmarks/palletsPalletIdStorageStorageId/palletsPalletIdStorageStorageId.lua b/benchmarks/palletsPalletIdStorageStorageId/palletsPalletIdStorageStorageId.lua index b1fdf586a..0f9ea2415 100644 --- a/benchmarks/palletsPalletIdStorageStorageId/palletsPalletIdStorageStorageId.lua +++ b/benchmarks/palletsPalletIdStorageStorageId/palletsPalletIdStorageStorageId.lua @@ -15,18 +15,18 @@ -- along with this program. If not, see . 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',