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
+5
View File
@@ -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 := ,
+1
View File
@@ -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