feat(tools/benchmark): introduce benchmark module (#22778)

This commit is contained in:
Matt Kocubinski
2024-12-12 15:33:23 +00:00
committed by GitHub
parent 02fe18c7dc
commit 14c841c86e
43 changed files with 7325 additions and 9 deletions
+1 -1
View File
@@ -8,6 +8,7 @@ import (
abci "github.com/cometbft/cometbft/abci/types"
abciproto "github.com/cometbft/cometbft/api/cometbft/abci/v1"
rpchttp "github.com/cometbft/cometbft/rpc/client/http"
"github.com/cosmos/gogoproto/proto"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
@@ -21,7 +22,6 @@ import (
"cosmossdk.io/log"
storeserver "cosmossdk.io/server/v2/store"
rpchttp "github.com/cometbft/cometbft/rpc/client/http"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/grpc/cmtservice"
nodeservice "github.com/cosmos/cosmos-sdk/client/grpc/node"