feat(tools/benchmark): introduce benchmark module (#22778)
This commit is contained in:
@@ -70,6 +70,11 @@ ifeq (bls12381,$(findstring bls12381,$(COSMOS_BUILD_OPTIONS)))
|
||||
build_tags += bls12381
|
||||
endif
|
||||
|
||||
# benchmark module
|
||||
ifeq (benchmark,$(findstring benchmark,$(COSMOS_BUILD_OPTIONS)))
|
||||
build_tags += benchmark
|
||||
endif
|
||||
|
||||
whitespace :=
|
||||
whitespace += $(whitespace)
|
||||
comma := ,
|
||||
|
||||
@@ -10,6 +10,7 @@ $SIMD_BIN config set client chain-id simapp-v2-chain
|
||||
$SIMD_BIN config set client keyring-backend test
|
||||
$SIMD_BIN config set client keyring-default-keyname alice
|
||||
$SIMD_BIN config set app rest.enable true
|
||||
$SIMD_BIN config set app telemetry.prometheus-retention-time 600
|
||||
$SIMD_BIN keys add alice --indiscreet
|
||||
$SIMD_BIN keys add bob --indiscreet
|
||||
$SIMD_BIN init simapp-v2-node --chain-id simapp-v2-chain
|
||||
|
||||
Reference in New Issue
Block a user