feat(sims): Integration with app v2 (#23013)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
co-authored by
Alex | Interchain Labs
parent
39a55ed045
commit
cf721a6540
@@ -47,10 +47,16 @@ test-sim-multi-seed-long:
|
||||
# @cd ${CURRENT_DIR}/simapp && go test -failfast -mod=readonly -timeout=2h -tags='sims' -run TestFullAppSimulation \
|
||||
# -NumBlocks=150 -Period=50
|
||||
|
||||
test-sim-multi-seed-short:
|
||||
test-sim-multi-seed-short: test-v2-sim
|
||||
# @echo "Running short multi-seed application simulation. This may take awhile!"
|
||||
# @cd ${CURRENT_DIR}/simapp && go test -failfast -mod=readonly -timeout 30m -tags='sims' -run TestFullAppSimulation \
|
||||
# -NumBlocks=50 -Period=10 -FauxMerkle=true
|
||||
# -NumBlocks=50 -Period=10 -FauxMerkle=true
|
||||
|
||||
.Phony: test-v2-sim
|
||||
test-v2-sim:
|
||||
@echo "Running short multi-seed application simulation. This may take awhile!"
|
||||
@cd ${CURRENT_DIR}/simapp/v2 && go test -failfast -mod=readonly -timeout 30m -tags='sims' -run TestSimsAppV2 \
|
||||
# -NumBlocks=50 -Period=10 -FauxMerkle=true
|
||||
|
||||
test-sim-benchmark-invariants:
|
||||
# @echo "Running simulation invariant benchmarks..."
|
||||
|
||||
Reference in New Issue
Block a user