Skip to content

Commit

Permalink
sim
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 3, 2025
1 parent ed2ebe0 commit 559587f
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 445 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ test-sim-nondeterminism:
test-sim-random-genesis-fast:
@echo "Running random genesis simulation..."
@go test -mod=readonly $(SIMAPP) -run TestFullAppSimulation \
-Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Seed=99 -Period=5 -v -timeout 24h
-Enabled=true -NumBlocks=10 -BlockSize=5 -Commit=true -Seed=99 -Period=5 -v -timeout 24h

test-sim-import-export: runsim
@echo "Running application import/export simulation. This may take several minutes..."
Expand Down
Loading

0 comments on commit 559587f

Please sign in to comment.