test: Add more sims test scenarios (#23278)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
co-authored by
Alex | Interchain Labs
parent
bc9ce394cb
commit
8cdae287f7
@@ -13,9 +13,9 @@ type Config struct {
|
||||
ExportStatsPath string // custom file path to save the exported simulation statistics JSON
|
||||
|
||||
Seed int64 // simulation random seed
|
||||
InitialBlockHeight int // initial block to start the simulation
|
||||
InitialBlockHeight uint64 // initial block to start the simulation
|
||||
GenesisTime int64 // genesis time to start the simulation
|
||||
NumBlocks int // number of new blocks to simulate from the initial block height
|
||||
NumBlocks uint64 // number of new blocks to simulate from the initial block height
|
||||
BlockSize int // operations per block
|
||||
ChainID string // chain-id used on the simulation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user